Commit 79b9ec53 authored by antirez's avatar antirez
Browse files

fixed flushAppendOnlyFile() function prototype to reflect the new...

fixed flushAppendOnlyFile() function prototype to reflect the new implementation, fixing compilation.
parent 4c2d5f09
...@@ -797,7 +797,7 @@ void backgroundSaveDoneHandler(int statloc); ...@@ -797,7 +797,7 @@ void backgroundSaveDoneHandler(int statloc);
int getObjectSaveType(robj *o); int getObjectSaveType(robj *o);
/* AOF persistence */ /* AOF persistence */
void flushAppendOnlyFile(void); void flushAppendOnlyFile(int force);
void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc); void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc);
void aofRemoveTempFile(pid_t childpid); void aofRemoveTempFile(pid_t childpid);
int rewriteAppendOnlyFileBackground(void); int rewriteAppendOnlyFileBackground(void);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment