]> git.meshlink.io Git - meshlink/blobdiff - src/node.h
dclass support within the edge protocol
[meshlink] / src / node.h
index e9bc0538b847ad7550da763050349111af26ec5f..2ece66c5ad542d53d7a382cccf627987a802f38c 100644 (file)
@@ -41,6 +41,7 @@ typedef struct node_status_t {
 typedef struct node_t {
        char *name;                             /* name of this node */
        uint32_t options;                       /* options turned on for this node */
+       dclass_t dclass;
 
        struct meshlink_handle *mesh;           /* The mesh this node belongs to */