X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fedge.h;h=2e59fa1de02da0a411787b82359ed855935c9dd5;hb=83c20878a6ef6e1e3a1abad17961e02137f16ab5;hp=cc7a449b7e4b56fe6b962d61b22c5e36f3f27b6f;hpb=61d9b04f66055e61f0afdf8955ff890f4da39288;p=meshlink diff --git a/src/edge.h b/src/edge.h index cc7a449b..2e59fa1d 100644 --- a/src/edge.h +++ b/src/edge.h @@ -30,11 +30,10 @@ typedef struct edge_t { struct node_t *to; sockaddr_t address; - 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 */ struct edge_t *reverse; /* edge in the opposite direction, if available */ + + int weight; /* weight of this edge */ } edge_t; extern void init_edges(struct meshlink_handle *mesh);