X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fnode.h;fp=src%2Fnode.h;h=f88cde6893141bbabd7cea1061fe9a039a9b1ab2;hp=63f3c2c8bad55132aa694981c702d760777d2b1e;hb=88b24fcfccc5802db199d3fac2cec659ac48ca78;hpb=b3d36651004e8124d9410e249215997a108473ec diff --git a/src/node.h b/src/node.h index 63f3c2c8..f88cde68 100644 --- a/src/node.h +++ b/src/node.h @@ -38,6 +38,7 @@ typedef struct node_status_t { uint16_t duplicate: 1; /* 1 if the node is duplicate, ie. multiple nodes using the same Name are online */ uint16_t dirty: 1; /* 1 if the configuration of the node is dirty and needs to be written out */ uint16_t want_udp: 1; /* 1 if we want working UDP because we have data to send */ + uint16_t tiny: 1; /* 1 if this is a tiny node */ } node_status_t; #define MAX_RECENT 5