14 lines
328 B
C
14 lines
328 B
C
#ifndef INCLUDED_C_TCPEPOLLREACTOR_H
|
|||
|
|
#define INCLUDED_C_TCPEPOLLREACTOR_H
|
||
|
|
|
||
|
|
#ifndef INCLUDED_C_TCPSERVER_H
|
||
|
|
#include <c_TcpServer.h>
|
||
|
|
#endif /*INCLUDED_C_TCPSERVER_H*/
|
||
|
|
|
||
|
|
|
||
|
|
#if defined(__linux__)
|
||
|
|
c_err_t c_TcpEPollReactor_Create(c_TcpReactor_t** out_reactor, c_Allocator_t* allocator);
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /*INCLUDED_C_TCPEPOLLREACTOR_H*/
|