mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
nd_entry struct from ratbox3
This commit is contained in:
parent
85958381ad
commit
5c65d4ca0c
1 changed files with 8 additions and 5 deletions
|
@ -250,6 +250,9 @@ struct nd_entry
|
|||
{
|
||||
char name[NICKLEN+1];
|
||||
time_t expire;
|
||||
unsigned int hashv;
|
||||
|
||||
rb_dlink_node hnode; /* node in hash */
|
||||
rb_dlink_node lnode; /* node in ll */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue