Document of c-modernization-kit (porter) 1.0.0
Loading...
Searching...
No Matches
potrConnectThread.h
Go to the documentation of this file.
1
18
19#ifndef POTR_CONNECT_THREAD_H
20#define POTR_CONNECT_THREAD_H
21
22#include "../potrContext.h"
23
24#ifdef __cplusplus
25extern "C"
26{
27#endif /* __cplusplus */
28
34 extern int potr_connect_thread_start(struct PotrContext_ *ctx);
35
40 extern void potr_connect_thread_stop(struct PotrContext_ *ctx);
41
42#ifdef __cplusplus
43}
44#endif /* __cplusplus */
45
46#endif /* POTR_CONNECT_THREAD_H */
void potr_connect_thread_stop(struct PotrContext_ *ctx)
TCP 接続管理スレッドを停止します。
int potr_connect_thread_start(struct PotrContext_ *ctx)
TCP 接続管理スレッドを起動します。
セッションコンテキスト内部定義ヘッダー。
セッションコンテキスト構造体。PotrHandle の実体。