Unverified Commit 4126ca46 authored by grishaf's avatar grishaf Committed by GitHub
Browse files

Fix prepareForShutdown function declaration (#7566)

parent da840e98
...@@ -1977,7 +1977,7 @@ void forceCommandPropagation(client *c, int flags); ...@@ -1977,7 +1977,7 @@ void forceCommandPropagation(client *c, int flags);
void preventCommandPropagation(client *c); void preventCommandPropagation(client *c);
void preventCommandAOF(client *c); void preventCommandAOF(client *c);
void preventCommandReplication(client *c); void preventCommandReplication(client *c);
int prepareForShutdown(); int prepareForShutdown(int flags);
#ifdef __GNUC__ #ifdef __GNUC__
void serverLog(int level, const char *fmt, ...) void serverLog(int level, const char *fmt, ...)
__attribute__((format(printf, 2, 3))); __attribute__((format(printf, 2, 3)));
......
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