Start working on client listener
This commit is contained in:
15
confparser.h
15
confparser.h
@@ -14,17 +14,22 @@ struct conf_db {
|
||||
};
|
||||
|
||||
struct conf_rmps {
|
||||
char bind_on_ip[13];
|
||||
char bind_on_port[6];
|
||||
char agent_ip[13];
|
||||
char agent_port[6];
|
||||
char client_ip[13];
|
||||
char client_port[6];
|
||||
char logfile[MAXPATHSIZE];
|
||||
char errlog[MAXPATHSIZE];
|
||||
LOG_LEVEL loglevel;
|
||||
char pidfile[MAXPATHSIZE];
|
||||
char certfile[MAXPATHSIZE];
|
||||
char keyfile[MAXPATHSIZE];
|
||||
char agent_tls_crt[MAXPATHSIZE];
|
||||
char agent_tls_key[MAXPATHSIZE];
|
||||
char cafile[MAXPATHSIZE];
|
||||
char cipherlist[1024];
|
||||
int threadpoolsize;
|
||||
int agent_poolsize;
|
||||
char client_tls_crt[MAXPATHSIZE];
|
||||
char client_tls_key[MAXPATHSIZE];
|
||||
int client_poolsize;
|
||||
};
|
||||
|
||||
struct conf_nfs {
|
||||
|
||||
Reference in New Issue
Block a user