Document of c-modernization-kit (porter) 1.0.0
Loading...
Searching...
No Matches
potrSendThread.h
Go to the documentation of this file.
1
19
20#ifndef POTR_SEND_THREAD_H
21#define POTR_SEND_THREAD_H
22
23#include "../potrContext.h"
24
25#ifdef __cplusplus
26extern "C"
27{
28#endif /* __cplusplus */
29
30 extern int potr_send_thread_start(struct PotrContext_ *ctx);
31 extern void potr_send_thread_stop(struct PotrContext_ *ctx);
32
33#ifdef __cplusplus
34}
35#endif /* __cplusplus */
36
37#endif /* POTR_SEND_THREAD_H */
セッションコンテキスト内部定義ヘッダー。
int potr_send_thread_start(struct PotrContext_ *ctx)
void potr_send_thread_stop(struct PotrContext_ *ctx)
セッションコンテキスト構造体。PotrHandle の実体。