Fix a few bugs, tentative tun multiqueue support
This commit is contained in:
@@ -31,6 +31,7 @@ struct peer_context {
|
||||
typedef struct peer_context PeerCtx;
|
||||
|
||||
struct rloc {
|
||||
int in_use;
|
||||
short family;
|
||||
union {
|
||||
struct in_addr ip4;
|
||||
@@ -98,7 +99,7 @@ int rlocs_find_two_ipv4(
|
||||
|
||||
struct peer_context *rlocs_get_peer_ctx( struct rlocs *reg, struct rloc *x, struct rloc *y );
|
||||
|
||||
int rloc_add_private_key( struct rloc *rloc, char *filename );
|
||||
int rlocs_add_private_key( struct rlocs *reg, struct rloc *rloc, char *filename );
|
||||
|
||||
void rlocs_debug_output( struct rlocs *reg );
|
||||
|
||||
|
Reference in New Issue
Block a user