X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=ff2c9ccdcb34bf965033ca012bce9fcaab3d5aea;hp=eb13413b5815dfe323983a1cf239c7ef7fc6b750;hb=d9ad3d313d96d30ef45cd53367dff9a855a396d4;hpb=6d08eb1614b59d5f86a43edda9db06fca72b76cd diff --git a/src/connection.h b/src/connection.h index eb13413b..ff2c9ccd 100644 --- a/src/connection.h +++ b/src/connection.h @@ -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);