X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsubmesh.h;h=b5d90b301d6ae726724c25b14fbc09ac79cab35e;hb=dd2cf09a9ac438b65a1f4c9dcff8d87a2b504538;hp=958ce9c7baeed8ffb5246880768923662524935b;hpb=ed1f31db1e8840ffd6849b48bcad93e9975a24bb;p=meshlink diff --git a/src/submesh.h b/src/submesh.h index 958ce9c7..b5d90b30 100644 --- a/src/submesh.h +++ b/src/submesh.h @@ -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);