Searched refs:REPL_STATE_SEND_PSYNC (Results 1 – 2 of 2) sorted by relevance
1779 server.repl_state = REPL_STATE_SEND_PSYNC; in syncWithMaster()1787 if (server.repl_state == REPL_STATE_SEND_PSYNC) { in syncWithMaster()
301 #define REPL_STATE_SEND_PSYNC 12 /* Send PSYNC */ macro