]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Move node_udp_cache, everyone and invitation_key to mesh.
[meshlink] / src / connection.h
index 0cc5ae6fa5d59d526c90bcf2c70d8590c123ff77..181de823a6a81a2fafd033c9c8a37f59d916b2be 100644 (file)
@@ -90,8 +90,6 @@ typedef struct connection_t {
        splay_tree_t *config_tree;      /* Pointer to configuration tree belonging to him */
 } connection_t;
 
-extern connection_t *everyone;
-
 extern void init_connections(void);
 extern void exit_connections(void);
 extern connection_t *new_connection(void) __attribute__ ((__malloc__));