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