TcpServer/TcpReactor Framework
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef INCLUDED_C_TCPSELECTREACTOR_H
|
||||
#define INCLUDED_C_TCPSELECTREACTOR_H
|
||||
|
||||
|
||||
#ifndef INCLUDED_C_TCPSERVER_H
|
||||
#include <c_TcpServer.h>
|
||||
#endif /*INCLUDED_C_TCPSERVER_H*/
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
/* */
|
||||
|
||||
c_err_t c_TcpSelectReactor_Create(c_TcpReactor_t** out_reactor, c_Allocator_t* allocator);
|
||||
|
||||
|
||||
#endif /*INCLUDED_C_TCPSELECTREACTOR_H*/
|
||||
Reference in New Issue
Block a user