Document of c-modernization-kit (porter)
1.0.0
Loading...
Searching...
No Matches
porter
libsrc
porter
thread
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
25
extern
"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 */
potr_connect_thread_stop
void potr_connect_thread_stop(struct PotrContext_ *ctx)
TCP 接続管理スレッドを停止します。
Definition
potrConnectThread.c:1183
potr_connect_thread_start
int potr_connect_thread_start(struct PotrContext_ *ctx)
TCP 接続管理スレッドを起動します。
Definition
potrConnectThread.c:1084
potrContext.h
セッションコンテキスト内部定義ヘッダー。
PotrContext_
セッションコンテキスト構造体。PotrHandle の実体。
Definition
potrContext.h:156
Generated by
1.14.0