• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/

Lines Matching refs:master

47 		    (env, "Client record received on master"));		\
50 * in effect. If I am an old master, using \
178 "Environment not configured as replication master or client");
372 * If I am a master and am out of date with a lower generation
380 * in effect. If I am an old master, using
400 * a new master and sync up.
479 * a current master saying it is still master and
613 * to the new client (if we are a master, we'll send a
628 * Clean up any previous master remnants by making
669 "NEWCLIENT is cleaning up old internal init for invalid master"));
678 "NEWCLIENT error cleaning up internal init for invalid master: %d", ret));
711 * If there is no master, then we could get into a state
792 * Handle even if we're recovering. Don't do a master
969 int cmp, event, master, ret, set_apply, t_ret;
972 COMPQUIET(master, DB_EID_INVALID);
1025 * we're expecting. When we find a master, we'll
1027 * master, rerequest this one record (later records
1182 * have leases configured but the master may not (especially
1183 * in a mixed version group. If the master has leases
1252 master = rep->master_id;
1302 if ((t_ret = __rep_fire_startupdone(env, gen, master)) != 0) {
1907 * It should be unsafe for the master to do a close of a file
2081 * UPDATE_REQ only goes to the master.
2170 * 1. If we don't know who the master is, then send MASTER_REQ.
2171 * 2. If the message we're skipping came from the master,
2173 * 3. If the message didn't come from a master (i.e. client
2190 __rep_fire_newmaster(env, gen, master)
2193 int master;
2207 __rep_fire_event(env, DB_EVENT_REP_NEWMASTER, &master);
2215 __rep_fire_startupdone(env, gen, master)
2218 int master;
2233 __rep_fire_event(env, DB_EVENT_REP_NEWMASTER, &master);