X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=a621a0a204023214ca0604ea07653c8d74439b62;hp=619baa942c8e24e9717d6bd4f2f8eebe76f607dc;hb=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc;hpb=468f393c4fabf9223a1bd15adfb3906cde90d547;ds=sidebyside diff --git a/src/node.h b/src/node.h index 619baa94..a621a0a2 100644 --- a/src/node.h +++ b/src/node.h @@ -39,7 +39,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 */