Files
rmps/thread_pool.h

16 lines
303 B
C

#ifndef THREAD_POOL_H
#define THREAD_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>
#define FAIL -1
void ssl_pt_mutex(int srv, SSL_CTX *ctx, int poolsize);
#endif /* THREAD_POOL_H */