Searched refs:start_policy (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h25 u_int32_t start_policy; member in class:RepConfigInfo
H A DRepConfigInfo.cpp13 start_policy = DB_REP_ELECTION;
H A DRepQuoteExample.cpp263 cur_env.repmgr_start(3, app_config->start_policy);
454 config.start_policy = DB_REP_CLIENT;
460 config.start_policy = DB_REP_MASTER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/mgr/
H A Drep_mgr.c45 u_int32_t start_policy; local
58 start_policy = DB_REP_ELECTION; /* default */
65 start_policy = DB_REP_CLIENT;
71 start_policy = DB_REP_MASTER;
135 if ((ret = dbenv->repmgr_start(dbenv, 3, start_policy)) != 0)

Completed in 110 milliseconds