]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Rename connection_t *broadcast to everyone.
[meshlink] / src / connection.h
index eb13413b5815dfe323983a1cf239c7ef7fc6b750..ff2c9ccdcb34bf965033ca012bce9fcaab3d5aea 100644 (file)
@@ -45,7 +45,6 @@ typedef struct connection_status_t {
 } connection_status_t;
 
 #include "edge.h"
-#include "list.h"
 #include "net.h"
 #include "node.h"
 
@@ -102,7 +101,7 @@ typedef struct connection_t {
 } connection_t;
 
 extern avl_tree_t *connection_tree;
-extern connection_t *broadcast;
+extern connection_t *everyone;
 
 extern void init_connections(void);
 extern void exit_connections(void);