X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=1e08c7ec11c05fab4d774a860247b2fe2978d479;hp=830dcac685b7336af38cdede089011a7c3ff4aec;hb=108b238915c5f58b3d94ab433dc5d04e064c2b11;hpb=761517c21c37a808a19b487aa116c3c19439feca diff --git a/src/node.h b/src/node.h index 830dcac6..1e08c7ec 100644 --- a/src/node.h +++ b/src/node.h @@ -42,7 +42,7 @@ typedef struct node_status_t { typedef struct node_t { char *name; /* name of this node */ - long int options; /* options turned on for this node */ + uint32_t options; /* options turned on for this node */ sockaddr_t address; /* his real (internet) ip to send UDP packets to */ char *hostname; /* the hostname of its real ip */