]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
json export of node and edge structure
[meshlink] / src / meshlink.h
index 16603f47abb8f5facf3de8fc236f0817f052f393..3d9290738791fb2a507ec0843b842965bceca455 100644 (file)
@@ -96,6 +96,8 @@ struct meshlink_handle {
 
 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.
 };