Addition of global configuration section
Definition of the number of polling threads Implementation of multiple polling threads
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
#include <session.h>
|
||||
#include <mysql_protocol.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <poll.h>
|
||||
|
||||
// used in the hex2bin function
|
||||
#define char_val(X) (X >= '0' && X <= '9' ? X-'0' :\
|
||||
|
||||
Reference in New Issue
Block a user