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

/freebsd-10.0-release/sbin/hastd/
H A Dprimary.c2243 int modified, vint; local
2285 vint = nv_get_int32(nv, "replication");
2286 if (gres->hr_replication != vint) {
2287 gres->hr_replication = vint;
2290 vint = nv_get_int32(nv, "checksum");
2291 if (gres->hr_checksum != vint) {
2292 gres->hr_checksum = vint;
2295 vint = nv_get_int32(nv, "compression");
2296 if (gres->hr_compression != vint) {
2297 gres->hr_compression = vint;
[all...]

Completed in 60 milliseconds