X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fedge.h;h=4c65213b9f1dba9a0d9db39e76d7946bbe448286;hp=dc5cf461e7351b57c13c5e56c64ef410d1abc695;hb=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc;hpb=468f393c4fabf9223a1bd15adfb3906cde90d547;ds=sidebyside 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 */