X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;h=20e00763c0a1d9881b15509b34061b0327b0bce0;hb=3fba80174dbe29bcfe0d121a2a1d2e61be5ee57b;hp=26aa3f0c25c0f9159c08d2b05d9896abddecdb0d;hpb=210b5ceeeebdf742a74dcf95a0a13d69623ee001;p=meshlink 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);