From: Ronnie Sahlberg Date: Mon, 6 Dec 2010 02:04:44 +0000 (+1100) Subject: change one of the reserved words in the ctdb ltdb header to be a flags field X-Git-Url: http://git.samba.org/?p=sahlberg%2Fctdb.git;a=commitdiff_plain;h=cdaabf3cd3ce18e1cf63a256269ff06f9536313e change one of the reserved words in the ctdb ltdb header to be a flags field for now, try avoiding using bits in the low16 bits as flags since this may collide with laccessor/lacount values from previous versions of the cluster databases --- diff --git a/include/ctdb_protocol.h b/include/ctdb_protocol.h index 12e4c89b..52290e89 100644 --- a/include/ctdb_protocol.h +++ b/include/ctdb_protocol.h @@ -477,7 +477,7 @@ struct ctdb_ltdb_header { uint64_t rsn; uint32_t dmaster; uint32_t reserved1; - uint32_t reserved2; + uint32_t flags; };