diff options
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_private.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 987502ef00..d300d89655 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -24,19 +24,12 @@ #include <sys/socket.h> /* - recovery daemon memdump reply address + * Structure to support SRVID requests and replies */ -struct rd_memdump_reply { - uint32_t pnn; - uint64_t srvid; -}; - -/* - description for a TAKEOVER_RUN message reply address - */ -struct takeover_run_reply { +struct srvid_request { uint32_t pnn; uint64_t srvid; + uint32_t data; }; /* |
