X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fedge.h;h=cf62b71be1f160f16f0c507c085c785b1845863f;hb=108b238915c5f58b3d94ab433dc5d04e064c2b11;hp=442ec410317f014ae83bf4dd5826e9b9eb232b5f;hpb=7ea85043ac1fb2096baea44f6b0af27ac0d0b2cf;p=tinc diff --git a/src/edge.h b/src/edge.h index 442ec410..cf62b71b 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 */