X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fedge.h;h=4c65213b9f1dba9a0d9db39e76d7946bbe448286;hp=dc5cf461e7351b57c13c5e56c64ef410d1abc695;hb=3bd810ea79d6933839ddac4a2cf1445c51947d38;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee diff --git a/src/edge.h b/src/edge.h index dc5cf461..4c65213b 100644 --- a/src/edge.h +++ b/src/edge.h @@ -31,7 +31,7 @@ typedef struct edge_t { struct node_t *to; sockaddr_t address; - long int options; /* options turned on for this edge */ + uint32_t options; /* options turned on for this edge */ int weight; /* weight of this edge */ struct connection_t *connection; /* connection associated with this edge, if available */