Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/hastd/
H A Dparse.y242 curres->hr_replication = $2;
540 curres->hr_replication = -1;
971 if (curres->hr_replication == -1) { in yy_config_parse()
976 curres->hr_replication = depth0_replication; in yy_config_parse()
H A Dhastd.c389 if (res0->hr_replication != res1->hr_replication) in resource_needs_restart()
425 if (res0->hr_replication != res1->hr_replication) in resource_needs_reload()
452 nv_add_int32(nvout, (int32_t)res->hr_replication, "replication"); in resource_reload()
685 cres->hr_replication = nres->hr_replication; in hastd_reload()
H A Dhast.h151 int hr_replication; member
H A Dprimary.c863 res->hr_replication = HAST_REPLICATION_FULLSYNC; in init_remote()
864 } else if (res->hr_replication != res->hr_original_replication) { in init_remote()
868 res->hr_replication = res->hr_original_replication; in init_remote()
1242 hio->hio_replication = res->hr_replication; in ggate_recv_thread()
2108 hio->hio_replication = res->hr_replication; in sync_thread()
2262 if (gres->hr_replication != vint) { in primary_config_reload()
2263 gres->hr_replication = vint; in primary_config_reload()
H A Dcontrol.c267 switch (res->hr_replication) { in control_status()