hash_cli_fd(x)
This commit is contained in:
parent
fc2998b46f
commit
0ff67b4b83
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
#include "cache.h"
|
||||
#include "s_newconf.h"
|
||||
|
||||
#define hash_cli_fd(x) (x % CLI_FD_MAX)
|
||||
|
||||
rb_dlink_list *clientTable;
|
||||
rb_dlink_list *channelTable;
|
||||
rb_dlink_list *idTable;
|
||||
|
|
Loading…
Reference in a new issue