Files
rmps/agent_pool.h

18 lines
348 B
C

#ifndef AGENT_POOL_H
#define AGENT_POOL_H
/* included for openssl and sockets */
#include <sys/socket.h>
#include <arpa/inet.h>
#include <resolv.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#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 */