]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Add support for encrypted storage.
[meshlink] / src / connection.h
index 9b272dc88741879e0e291405be05db0694e1717b..32f97c70e1ea558f51909a224e2c3fe872fd3cbf 100644 (file)
@@ -82,8 +82,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);