Home
last modified time | relevance | path

Searched refs:hr_replication (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sbin/hastd/
H A Dparse.y240 curres->hr_replication = $2;
538 curres->hr_replication = -1;
969 if (curres->hr_replication == -1) { in yy_config_parse()
974 curres->hr_replication = depth0_replication; in yy_config_parse()
H A Dhastd.c387 if (res0->hr_replication != res1->hr_replication) in resource_needs_restart()
423 if (res0->hr_replication != res1->hr_replication) in resource_needs_reload()
450 nv_add_int32(nvout, (int32_t)res->hr_replication, "replication"); in resource_reload()
683 cres->hr_replication = nres->hr_replication; in hastd_reload()
H A Dhast.h149 int hr_replication; member
H A Dprimary.c861 res->hr_replication = HAST_REPLICATION_FULLSYNC; in init_remote()
862 } else if (res->hr_replication != res->hr_original_replication) { in init_remote()
866 res->hr_replication = res->hr_original_replication; in init_remote()
1240 hio->hio_replication = res->hr_replication; in ggate_recv_thread()
2106 hio->hio_replication = res->hr_replication; in sync_thread()
2260 if (gres->hr_replication != vint) { in primary_config_reload()
2261 gres->hr_replication = vint; in primary_config_reload()
H A Dcontrol.c264 switch (res->hr_replication) { in control_status()