Skip to content

Commit

Permalink
build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
a00817524 authored and JohnSully committed Sep 17, 2023
1 parent e42d83d commit 5f5753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ae.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5f5753a

Please sign in to comment.