mirror of
https://github.com/fluencelabs/redis
synced 2025-05-12 02:37:11 +00:00
fixed flushAppendOnlyFile() function prototype to reflect the new implementation, fixing compilation.
This commit is contained in:
parent
4c2d5f0980
commit
79b9ec53d1
@ -797,7 +797,7 @@ void backgroundSaveDoneHandler(int statloc);
|
||||
int getObjectSaveType(robj *o);
|
||||
|
||||
/* AOF persistence */
|
||||
void flushAppendOnlyFile(void);
|
||||
void flushAppendOnlyFile(int force);
|
||||
void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc);
|
||||
void aofRemoveTempFile(pid_t childpid);
|
||||
int rewriteAppendOnlyFileBackground(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user