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