X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fconnection.h;h=20e00763c0a1d9881b15509b34061b0327b0bce0;hp=26aa3f0c25c0f9159c08d2b05d9896abddecdb0d;hb=3fba80174dbe29bcfe0d121a2a1d2e61be5ee57b;hpb=fba1c85f44edfc56c19d35332b1eb825179a8bb6 diff --git a/src/connection.h b/src/connection.h index 26aa3f0c..20e00763 100644 --- a/src/connection.h +++ b/src/connection.h @@ -99,7 +99,7 @@ typedef struct connection_t { } connection_t; extern splay_tree_t *connection_tree; -extern connection_t *broadcast; +extern connection_t *everyone; extern void init_connections(void); extern void exit_connections(void);