]> git.meshlink.io Git - meshlink/blobdiff - src/node.h
Merge branch 'master' into 1.1
[meshlink] / src / node.h
index 830dcac685b7336af38cdede089011a7c3ff4aec..1e08c7ec11c05fab4d774a860247b2fe2978d479 100644 (file)
@@ -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 */