issue #141, also need to modify the function declaration
This commit is contained in:
parent
94b422154c
commit
0bb305c6ae
|
@ -30,7 +30,7 @@ typedef struct _sched_msg {
|
|||
void *thandle;
|
||||
} SSchedMsg;
|
||||
|
||||
void *taosInitScheduler(int queueSize, int numOfThreads, char *label);
|
||||
void *taosInitScheduler(int queueSize, int numOfThreads, const char *label);
|
||||
|
||||
int taosScheduleTask(void *qhandle, SSchedMsg *pMsg);
|
||||
|
||||
|
|
Loading…
Reference in New Issue