syncStart definition

This commit is contained in:
Jeff Tao 2020-04-11 11:00:33 +08:00
parent 1958981b0e
commit 76ea451f15
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static void vnodeNotifyRole(void *ahandle, int8_t role);
static pthread_once_t vnodeModuleInit = PTHREAD_ONCE_INIT;
#ifndef _VPEER
tsync_h syncStart(SSyncInfo *info) { return NULL; }
tsync_h syncStart(const SSyncInfo *info) { return NULL; }
int syncForwardToPeer(tsync_h shandle, void *pHead, void *mhandle) { return 0; }
#endif