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>
Sun, 5 Feb 2012 22:12:59 +0000 (09:12 +1100)
commit33c305e37fae6f804a33df6de581e9c4e0838d1e
treeb9a260ce1b58a34fe8dcfdfde1f9bba710c4da23
parent85281f60b6930a9b78fb864460db055d544d21df
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