|
Document of c-modernization-kit (porter) 1.0.0
|
TCP サーバーサンプル 共通変数定義。 More...
#include "tcpServer.h"Go to the source code of this file.
Variables | |
| ClientSessionFn | g_session_fn = NULL |
| 登録済みセッション処理関数の実体。platform_init() で設定されます。 | |
TCP サーバーサンプル 共通変数定義。
Definition in file tcpServer_common.c.
| ClientSessionFn g_session_fn = NULL |
登録済みセッション処理関数の実体。platform_init() で設定されます。
登録済みセッション処理関数。
Definition at line 19 of file tcpServer_common.c.
Referenced by platform_init(), run_fork_server(), and worker_loop().