]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink_internal.h
Move outgoing_list to mesh->outgoings.
[meshlink] / src / meshlink_internal.h
index a41fa09bbc78895e06d512371cbf6c3ab9f5edff..04db92fcb2ceaa5f47cacaa7252c5780e1f58ae2 100644 (file)
@@ -43,7 +43,8 @@ struct meshlink_handle {
        struct splay_tree_t *edges;
        struct splay_tree_t *nodes;
 
-       struct list_t *outgoing_connections;
+       struct list_t *connections;
+       struct list_t *outgoings;
 };
 
 /// A handle for a MeshLink node.