nd_entry struct from ratbox3
This commit is contained in:
parent
162828b85d
commit
db3ff62e3b
|
@ -250,6 +250,9 @@ struct nd_entry
|
||||||
{
|
{
|
||||||
char name[NICKLEN+1];
|
char name[NICKLEN+1];
|
||||||
time_t expire;
|
time_t expire;
|
||||||
|
unsigned int hashv;
|
||||||
|
|
||||||
|
rb_dlink_node hnode; /* node in hash */
|
||||||
rb_dlink_node lnode; /* node in ll */
|
rb_dlink_node lnode; /* node in ll */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue