提交 f18e3217 编写于 作者: J Jeff Tao

change the structure name

上级 f2b41206
...@@ -20,22 +20,17 @@ ...@@ -20,22 +20,17 @@
extern "C" { extern "C" {
#endif #endif
typedef struct _sched_msg { typedef struct SSchedMsg {
void (*fp)(struct _sched_msg *); void (*fp)(struct SSchedMsg *);
void (*tfp)(void *, void *); void (*tfp)(void *, void *);
void *msg; void *msg;
void *ahandle; void *ahandle;
void *thandle; void *thandle;
} SSchedMsg; } SSchedMsg;
void *taosInitScheduler(int queueSize, int numOfThreads, const char *label); void *taosInitScheduler(int queueSize, int numOfThreads, const char *label);
void *taosInitSchedulerWithInfo(int queueSize, int numOfThreads, const char *label, void *tmrCtrl); void *taosInitSchedulerWithInfo(int queueSize, int numOfThreads, const char *label, void *tmrCtrl);
int taosScheduleTask(void *qhandle, SSchedMsg *pMsg); int taosScheduleTask(void *qhandle, SSchedMsg *pMsg);
void taosCleanUpScheduler(void *param); void taosCleanUpScheduler(void *param);
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册