]> git.meshlink.io Git - meshlink-tiny/blobdiff - src/connection.h
Remove support for submeshes.
[meshlink-tiny] / src / connection.h
index 248f80674e5af5f2413412f2cdef947f0233c1c1..0bdea9efd49db9e54400ce6969f6f83638525386 100644 (file)
@@ -46,7 +46,6 @@ typedef struct connection_status_t {
 #include "ecdsa.h"
 #include "net.h"
 #include "node.h"
-#include "submesh.h"
 
 typedef struct connection_t {
        char *name;                     /* name he claims to have */
@@ -70,8 +69,6 @@ typedef struct connection_t {
 
        struct outgoing_t *outgoing;    /* used to keep track of outgoing connections */
 
-       struct submesh_t *submesh;      /* his submesh handle if available in invitation file */
-
        // Only used during authentication
        ecdsa_t *ecdsa;                 /* his public ECDSA key */
        int protocol_major;             /* used protocol */