create a define to represent the 'invalid' generation id we used in two
authorRonnie Sahlberg <sahlberg@ronnie>
Wed, 22 Aug 2007 02:38:31 +0000 (12:38 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Wed, 22 Aug 2007 02:38:31 +0000 (12:38 +1000)
commit4fbcd189543cb8a92227fdcd3d158472e558ccda
treee59ae6a7a23638d0742df1eb8aa8ffd56f31d9f2
parentb26949f3c8e54f3bc60da04d7b4ac69f301068fc
create a define to represent the 'invalid' generation id we used in two
places.

create a new helper function to generate new generation id values that
know about the invalid id and avoids generating it.

update the ctdb status tool to know about the invalid generation id and
print the string INVALID instead
include/ctdb_private.h
server/ctdb_monitor.c
server/ctdb_recoverd.c
server/ctdb_server.c
tools/ctdb.c