X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=b23e02b75c54564e9223c60360c6d071cea2a944;hb=bf81fce8ff7a244ecdfbe2d5535bdf4df07b3f35;hp=4a9ef446220e556ba80bd948d9df6a1a58f27f2f;hpb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;p=tinc diff --git a/src/connection.h b/src/connection.h index 4a9ef446..b23e02b7 100644 --- a/src/connection.h +++ b/src/connection.h @@ -107,7 +107,7 @@ typedef struct connection_t { splay_tree_t *config_tree; /* Pointer to configuration tree belonging to him */ } connection_t; -extern list_t *connection_list; +extern list_t connection_list; extern connection_t *everyone; extern void init_connections(void);