persistent: add a ctdb_db context to the ctdb_persistent_state struct.
[sahlberg/ctdb.git] / include / cmdline.h
1
2 extern struct poptOption popt_ctdb_cmdline[];
3
4 #define POPT_CTDB_CMDLINE { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_ctdb_cmdline, 0, "Common ctdb test options:", NULL },
5
6 struct ctdb_context *ctdb_cmdline_init(struct event_context *ev);
7