X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnode.h;h=4b3224e3cab4da7822f5441c729598a03a50a8de;hp=2ea96922233fe0e3a3dfaef5a2af0664e1b917fc;hb=1728d5b2c43b33700a9997f97fe8503ad1cf3585;hpb=134dc8995b296b0bd8b346617c705204b0f3125c;ds=sidebyside diff --git a/src/node.h b/src/node.h index 2ea9692..4b3224e 100644 --- a/src/node.h +++ b/src/node.h @@ -31,7 +31,7 @@ typedef union node_status_t { struct { - int active:1; /* 1 if active.. */ + int unused_active:1; /* 1 if active (not used for nodes) */ int validkey:1; /* 1 if we currently have a valid key for him */ int waitingforkey:1; /* 1 if we already sent out a request */ int visited:1; /* 1 if this node has been visited by one of the graph algorithms */