issue #141, also need to modify the function declaration

This commit is contained in:
slguan 2019-07-22 09:53:38 +08:00
parent 94b422154c
commit 0bb305c6ae
1 changed files with 1 additions and 1 deletions

View File

@ -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);