Don't forget about outgoing connections on host file read errors.
[oweals/tinc.git] / src / edge.h
index dc5cf461e7351b57c13c5e56c64ef410d1abc695..4c65213b9f1dba9a0d9db39e76d7946bbe448286 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 */