build failure
This commit is contained in:
parent
e42d83d208
commit
5f5753ae53
2
src/ae.h
2
src/ae.h
@ -80,7 +80,7 @@ typedef void aeBeforeSleepProc(struct aeEventLoop *eventLoop);
|
||||
typedef void aePostFunctionProc(void *pvArgs);
|
||||
//added to support async api IStorage
|
||||
struct StorageToken;
|
||||
typedef void aePostFunctionTokenProc(struct aeEventLoop *el, StorageToken *token);
|
||||
typedef void aePostFunctionTokenProc(struct aeEventLoop *el, struct StorageToken *token);
|
||||
|
||||
/* File event structure */
|
||||
typedef struct aeFileEvent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user