Home
last modified time | relevance | path

Searched defs:__db_rep (Results 1 – 2 of 2) sorted by relevance

/dports/databases/db18/db-18.1.40/src/dbinc/
H A Drep.h828 struct __db_rep { struct
913 REPMGR_RUNNABLE *selector, **messengers, **elect_threads;
918 cond_var_t check_election, gmdb_idle, msg_avail;
923 int read_pipe, write_pipe;
939 struct {
943 } input_queue;
963 enum { ready, running, stopped } repmgr_status;
968 int gmdb_busy;
970 int gmdb_dirty;
971 int have_gmdb;
[all …]
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Drep.h700 struct __db_rep { struct
776 REPMGR_RUNNABLE *selector, **messengers, **elect_threads;
780 cond_var_t check_election, gmdb_idle, msg_avail;
785 int read_pipe, write_pipe;
801 struct {
804 } input_queue;
814 enum { ready, running, stopped } repmgr_status;
817 int gmdb_busy;
819 int gmdb_dirty;
820 int have_gmdb;
[all …]