]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink_internal.h
Move connection_list to mesh->connections.
[meshlink] / src / meshlink_internal.h
index a41fa09bbc78895e06d512371cbf6c3ab9f5edff..fc40f301df0a32b412c04f1bfa5053b1b7c10cf5 100644 (file)
@@ -43,6 +43,7 @@ struct meshlink_handle {
        struct splay_tree_t *edges;
        struct splay_tree_t *nodes;
 
+       struct list_t *connections;
        struct list_t *outgoing_connections;
 };