hash_cli_fd(x)

This commit is contained in:
Valery Yatsko 2008-04-02 14:22:43 +04:00
parent 620a4bf34a
commit d94b1e4014
1 changed files with 2 additions and 0 deletions

View File

@ -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;