Start working on client listener
This commit is contained in:
11
rmps.h
11
rmps.h
@@ -1,6 +1,15 @@
|
||||
#ifndef RMPS_H
|
||||
#define RMPS_H
|
||||
|
||||
extern int launch_rmps(struct conf_table *conf, int fork_flag);
|
||||
#include <openssl/ssl.h>
|
||||
#include "confparser.h"
|
||||
|
||||
struct pool_data {
|
||||
int srv;
|
||||
SSL_CTX *ctx;
|
||||
int size;
|
||||
};
|
||||
|
||||
extern void launch_rmps(struct conf_table *conf, int fork_flag);
|
||||
|
||||
#endif /* RMPS_H */
|
||||
|
||||
Reference in New Issue
Block a user