fix potential compilation fail on gettid in replication.cpp
Former-commit-id: edb6b240a7785b707652a168d90f46d8744dd4c7
This commit is contained in:
parent
de40662c85
commit
c61f8822cf
@ -55,6 +55,7 @@ void replicationSendAck(redisMaster *mi);
|
||||
void putSlaveOnline(client *replica);
|
||||
int cancelReplicationHandshake(redisMaster *mi, int reconnect);
|
||||
static void propagateMasterStaleKeys();
|
||||
extern "C" pid_t gettid();
|
||||
|
||||
/* We take a global flag to remember if this instance generated an RDB
|
||||
* because of replication, so that we can remove the RDB file in case
|
||||
|
Loading…
x
Reference in New Issue
Block a user