]> git.meshlink.io Git - meshlink/blobdiff - src/edge.h
Merge branch 'master' into 1.1
[meshlink] / src / edge.h
index 442ec410317f014ae83bf4dd5826e9b9eb232b5f..cf62b71be1f160f16f0c507c085c785b1845863f 100644 (file)
@@ -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 */