X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fconnection.h;h=d9e04f8c9942724e768e106281328ceea96ebd4a;hp=ca934a4976412eba97d346dc259cf50f76d559a6;hb=fa05f996c5500c056a36c1d43e33a407f876643c;hpb=6086a7fc1ecdf197d3937cec5f291b83c5d68454 diff --git a/src/connection.h b/src/connection.h index ca934a49..d9e04f8c 100644 --- a/src/connection.h +++ b/src/connection.h @@ -84,8 +84,6 @@ typedef struct connection_t { int allow_request; /* defined if there's only one request possible */ time_t last_ping_time; /* last time we saw some activity from the other end or pinged them */ - - splay_tree_t *config_tree; /* Pointer to configuration tree belonging to him */ } connection_t; extern void init_connections(struct meshlink_handle *mesh);