Start working on client listener
This commit is contained in:
17
agent_pool.h
Normal file
17
agent_pool.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user