X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fconnection.h;h=ec342b39f4c96cd45f9150fc26d317ae7d32ccd9;hb=f62b4a91344bd0de09e7fb4e4c8c1993ffc027c3;hp=5730fbb84e9779bf32ad999ffb5c7e2188e15a4a;hpb=ce059e36fdb3d3049c278e8b2f36b03c93778996;p=tinc diff --git a/src/connection.h b/src/connection.h index 5730fbb8..ec342b39 100644 --- a/src/connection.h +++ b/src/connection.h @@ -25,7 +25,7 @@ #include "cipher.h" #include "digest.h" #include "rsa.h" -#include "splay_tree.h" +#include "list.h" #include "sptps.h" #define OPTION_INDIRECT 0x0001 @@ -100,7 +100,7 @@ typedef struct connection_t { splay_tree_t *config_tree; /* Pointer to configuration tree belonging to him */ } connection_t; -extern splay_tree_t *connection_tree; +extern list_t *connection_list; extern connection_t *everyone; extern void init_connections(void);