summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-04-14 11:42:45 +1000
committerAmitay Isaacs <amitay@samba.org>2015-10-07 14:53:29 +0200
commit8b45badfdaa8d9b618d551fcbbe8a2f7d680c4f9 (patch)
tree7360060af99fe6d91e8456f6918fa554dda97388 /ctdb
parent54da5c6603059709529d50d4f5c5c39373ca4216 (diff)
downloadsamba-8b45badfdaa8d9b618d551fcbbe8a2f7d680c4f9.tar.gz
ctdb-include: Remove unused structure definitions
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/include/ctdb_protocol.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index d49a641869b..e195e5787ab 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -487,17 +487,6 @@ struct ctdb_req_message {
uint8_t data[1];
};
-struct ctdb_req_getdbpath {
- struct ctdb_req_header hdr;
- uint32_t db_id;
-};
-
-struct ctdb_reply_getdbpath {
- struct ctdb_req_header hdr;
- uint32_t datalen;
- uint8_t data[1];
-};
-
struct ctdb_req_control {
struct ctdb_req_header hdr;
uint32_t opcode;