Browse Source

Merge compilation fix

pull/357/head
Luca Deri 4 years ago
parent
commit
052127734e
  1. 1
      include/n2n.h

1
include/n2n.h

@ -390,6 +390,7 @@ typedef struct n2n_sn
uint16_t mport; /* Management UDP port to bind to. */
int sock; /* Main socket for UDP traffic with edges. */
int mgmt_sock; /* management socket. */
n2n_ip_subnet_t dhcp_addr; /* Address range of dhcp service. */
#ifndef WIN32
uid_t userid;
gid_t groupid;

Loading…
Cancel
Save