TcpClient/Reactor 框架
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef INCLUDED_C_TCPCLIENTPOLLREACTOR_H
|
||||
#define INCLUDED_C_TCPCLIENTPOLLREACTOR_H
|
||||
|
||||
#ifndef INCLUDED_C_TCPCLIENT_H
|
||||
#include <c_TcpClient.h>
|
||||
#endif /*INCLUDED_C_TCPCLIENT_H*/
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
/* */
|
||||
|
||||
c_err_t c_TcpClientPollReactor_Create(c_TcpClientReactor_t** out_reactor, c_Allocator_t* allocator);
|
||||
|
||||
#endif /*INCLUDED_C_TCPCLIENTPOLLREACTOR_H*/
|
||||
Reference in New Issue
Block a user