X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=2ece66c5ad542d53d7a382cccf627987a802f38c;hb=ba799a101d57c55d4cbf602511aa24c32a5b735e;hp=e9bc0538b847ad7550da763050349111af26ec5f;hpb=2200060c4eaadae36b8150aa33b0db7c0d74722f;p=meshlink diff --git a/src/node.h b/src/node.h index e9bc0538..2ece66c5 100644 --- a/src/node.h +++ b/src/node.h @@ -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 */