diff options
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_protocol.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index f2d68f4c3a..629c91c0cd 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -114,6 +114,10 @@ struct ctdb_call_info { #define CTDB_SRVID_VACUUM_FETCH 0xF700000000000000LL /* + * a message to tell recovery daemon to detach a database + */ +#define CTDB_SRVID_DETACH_DATABASE 0xF701000000000000LL +/* a message to tell the recovery daemon to write a talloc memdump to the log */ |
