X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;fp=src%2Fconnection.h;h=ff2c9ccdcb34bf965033ca012bce9fcaab3d5aea;hp=7916a710da413b679560840f5ea8f6aca24ed823;hb=ea415ccc1690d6e5864a7500977b181e5c8faafe;hpb=cff5a844a3e6b494f4a4f6eb5b48a84780f2d0e5 diff --git a/src/connection.h b/src/connection.h index 7916a710..ff2c9ccd 100644 --- a/src/connection.h +++ b/src/connection.h @@ -101,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);