X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fedge.h;h=ba18e875df95108ef1bfa49c8c0f080868295831;hb=a5750efefc491d77ff6a45f0ebc21976831eebfe;hp=2e59fa1de02da0a411787b82359ed855935c9dd5;hpb=282b99f3c71705bd6e34d4e4f9e8369ea63c87ed;p=meshlink diff --git a/src/edge.h b/src/edge.h index 2e59fa1d..ba18e875 100644 --- a/src/edge.h +++ b/src/edge.h @@ -34,6 +34,7 @@ typedef struct edge_t { struct edge_t *reverse; /* edge in the opposite direction, if available */ int weight; /* weight of this edge */ + uint32_t session_id; /* the session_id of the from node */ } edge_t; extern void init_edges(struct meshlink_handle *mesh);