X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;h=248f80674e5af5f2413412f2cdef947f0233c1c1;hb=d0bf55f32b407fa153dd5d6e41ccefcbb4072611;hp=b5ccaed9ec46b299bcf4a89445c1ab221a7e6638;hpb=9d23fe58052b3ef971305699a00ea6dbd1111744;p=meshlink-tiny diff --git a/src/connection.h b/src/connection.h index b5ccaed..248f806 100644 --- a/src/connection.h +++ b/src/connection.h @@ -44,7 +44,6 @@ typedef struct connection_status_t { } connection_status_t; #include "ecdsa.h" -#include "edge.h" #include "net.h" #include "node.h" #include "submesh.h" @@ -71,7 +70,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