This commit is contained in:
Hebin Chen 2024-08-10 01:03:32 -07:00
parent b42c8c9875
commit 538da1878b

View File

@ -25,7 +25,7 @@ typedef bool (*TcpAcceptClientFunction)(void *, const char *);
typedef void (*SocketClosedFunction)(const void *); typedef void (*SocketClosedFunction)(const void *);
typedef struct client_accept_parm typedef struct client_accept_parm
{ {
const TcpReadFunction mReadFunc; /// This function is defined in the test file. const TcpReadFunction mReadFunc; /// This function is defined in the test file
const SocketClosedFunction mClosedFunc; /// This function is defined in the test file. const SocketClosedFunction mClosedFunc; /// This function is defined in the test file.
} ClientAcceptParam; } ClientAcceptParam;
typedef struct tcp_server_parm typedef struct tcp_server_parm