X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=2ece66c5ad542d53d7a382cccf627987a802f38c;hb=0d98bd49718a6622d5ef2d17455c60cc075f938e;hp=e9bc0538b847ad7550da763050349111af26ec5f;hpb=6d1ac53f5c34ece4c7a82efb432a8e1d81fcff0d;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 */