]> git.meshlink.io Git - meshlink-tiny/blobdiff - src/connection.h
Remove support for submeshes.
[meshlink-tiny] / src / connection.h
index b5ccaed9ec46b299bcf4a89445c1ab221a7e6638..0bdea9efd49db9e54400ce6969f6f83638525386 100644 (file)
@@ -44,10 +44,8 @@ typedef struct connection_status_t {
 } connection_status_t;
 
 #include "ecdsa.h"
-#include "edge.h"
 #include "net.h"
 #include "node.h"
-#include "submesh.h"
 
 typedef struct connection_t {
        char *name;                     /* name he claims to have */
@@ -71,9 +69,6 @@ typedef struct connection_t {
 
        struct outgoing_t *outgoing;    /* used to keep track of outgoing connections */
 
-       struct edge_t *edge;            /* edge associated with this connection */
-       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 */