Searched refs:slave_sockets (Results 1 – 1 of 1) sorted by relevance
2281 rio slave_sockets; in rdbSaveToSlavesSockets() local2283 rioInitWithFdset(&slave_sockets,fds,numfds); in rdbSaveToSlavesSockets()2290 retval = rdbSaveRioWithEOFMark(&slave_sockets,NULL,rsi); in rdbSaveToSlavesSockets()2291 if (retval == C_OK && rioFlush(&slave_sockets) == 0) in rdbSaveToSlavesSockets()2329 *ids++ = slave_sockets.io.fdset.state[j]; in rdbSaveToSlavesSockets()2346 rioFreeFdset(&slave_sockets); in rdbSaveToSlavesSockets()