X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=538c4a2957db7a29a87e7aa308a7c4398f28aa26;hb=31fb5a8b88e6294516c72aa0df9624277f640f72;hp=3d9290738791fb2a507ec0843b842965bceca455;hpb=b8f3899f9681cc1d25b6ae97b1582059ddfd2b23;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index 3d929073..538c4a29 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -89,15 +89,11 @@ extern __thread meshlink_errno_t meshlink_errno; struct meshlink_handle { char *name; - char *appname; - dev_class_t devclass; void *priv; }; struct meshlink_node { char *name; ///< Textual name of this node. It is stored in a nul-terminated C string, which is allocated by MeshLink. - uint32_t options; - dev_class_t devclass; void *priv; ///< Private pointer which may be set freely by the application, and is never used or modified by MeshLink. };