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