Commit a3fcd6bc 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 db3c2a4f
......@@ -871,7 +871,7 @@ int rdbSaveType(FILE *fp, unsigned char type);
int rdbSaveLen(FILE *fp, uint32_t len);
/* 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);
......
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