ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of a boole...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 1 Sep 2011 00:21:55 +0000 (10:21 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 1 Sep 2011 00:21:55 +0000 (10:21 +1000)
commit7462761638d25880ad46024ad4ef21667eb99a98
treee4d1a4414e70f02e869e438ae56ac255cd4fd358
parent8d363d3ce105b78c94f8e50184b6579b25b237f6
ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of a boolean for
the persistent flag.
This is the same size as the original boolean but allows ut to add additional flags for the database
include/ctdb_client.h
server/ctdb_recover.c
server/ctdb_recoverd.c
tools/ctdb.c
tools/ctdb_vacuum.c