Home
last modified time | relevance | path

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

/freebsd/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.c386 if (res0->hr_replication != res1->hr_replication) in resource_needs_restart()
422 if (res0->hr_replication != res1->hr_replication) in resource_needs_reload()
449 nv_add_int32(nvout, (int32_t)res->hr_replication, "replication"); in resource_reload()
682 cres->hr_replication = nres->hr_replication; in hastd_reload()
H A Dhast.h149 int hr_replication; member
H A Dprimary.c860 res->hr_replication = HAST_REPLICATION_FULLSYNC; in init_remote()
861 } else if (res->hr_replication != res->hr_original_replication) { in init_remote()
865 res->hr_replication = res->hr_original_replication; in init_remote()
1239 hio->hio_replication = res->hr_replication; in ggate_recv_thread()
2105 hio->hio_replication = res->hr_replication; in sync_thread()
2259 if (gres->hr_replication != vint) { in primary_config_reload()
2260 gres->hr_replication = vint; in primary_config_reload()