]> git.meshlink.io Git - meshlink/blobdiff - src/submesh.h
Modified meshlink_invite to generate invites for submesh
[meshlink] / src / submesh.h
index 958ce9c7baeed8ffb5246880768923662524935b..b5d90b301d6ae726724c25b14fbc09ac79cab35e 100644 (file)
@@ -26,7 +26,7 @@ typedef struct submesh_t {
        char *name;                             /* name of this Sub-Mesh */
        void *priv;
 
-       struct meshlink_handle *mesh;                   /* the mesh this submesh belongs to */
+       struct meshlink_handle *mesh;                   /* the mesh this submesh belongs to */
 } submesh_t;
 
 extern void init_submeshes(struct meshlink_handle *mesh);