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