#ifndef CLIENT_POOL_H #define CLIENT_POOL_H /* included for openssl and sockets */ #include #include #include #include #include #include "rmps.h" #define FAIL -1 //void client_pool(int srv, SSL_CTX *ctx, int poolsize); void *client_pool(void *args); #endif /* CLIENT_POOL_H */