X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=544c2d0b280856494d8019b48cedde17eae0b73a;hb=28a1501b9a8b4c730f7f965d6b2e8fc50feba261;hp=7916a710da413b679560840f5ea8f6aca24ed823;hpb=64771f73ebbff04262defcde59263e98f89f0fa1;p=tinc diff --git a/src/connection.h b/src/connection.h index 7916a710..544c2d0b 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,6 +1,6 @@ /* connection.h -- header for connection.c - Copyright (C) 2000-2010 Guus Sliepen , + Copyright (C) 2000-2012 Guus Sliepen , 2000-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -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);