X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;h=ca934a4976412eba97d346dc259cf50f76d559a6;hb=28dcb47cfa2c9788eca533e9131573ac9830f2c7;hp=9b272dc88741879e0e291405be05db0694e1717b;hpb=e18a630fd0833d040661ff66f0f6b07210b762a2;p=meshlink diff --git a/src/connection.h b/src/connection.h index 9b272dc8..ca934a49 100644 --- a/src/connection.h +++ b/src/connection.h @@ -52,6 +52,7 @@ typedef struct connection_status_t { #include "edge.h" #include "net.h" #include "node.h" +#include "submesh.h" typedef struct connection_t { char *name; /* name he claims to have */ @@ -71,6 +72,7 @@ typedef struct connection_t { ecdsa_t *ecdsa; /* his public ECDSA key */ sptps_t sptps; + struct submesh_t *submesh; /* his submesh handle if available in invitation file */ int incompression; int outcompression;