]> git.meshlink.io Git - meshlink/blobdiff - src/node.h
json export of node and edge structure
[meshlink] / src / node.h
index b669b5daf9f02ee622f168f2098bfd310c6870cb..c86c3cee9a650225137f9c1f17f73cc96effd306 100644 (file)
@@ -40,10 +40,9 @@ typedef struct node_status_t {
 
 typedef struct node_t {
        char *name;                             /* name of this node */
-       void *priv;
-       
        uint32_t options;                       /* options turned on for this node */
        dev_class_t devclass;
+       void *priv;
 
        struct meshlink_handle *mesh;           /* The mesh this node belongs to */