summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-09-12 16:35:17 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-10-04 15:20:25 +1000
commitfe62936bb69c29a718cc9e41547734fd3b3407a0 (patch)
tree4f906066d8b332d2b0bbf7d5f9a209ad379e9725 /ctdb/include/ctdb_private.h
parent24fb430d6e99e60af9b1f9e2e358ec707937e7a8 (diff)
downloadsamba-fe62936bb69c29a718cc9e41547734fd3b3407a0.tar.gz
samba-fe62936bb69c29a718cc9e41547734fd3b3407a0.tar.xz
samba-fe62936bb69c29a718cc9e41547734fd3b3407a0.zip
include: Remove unused set_dmaster structure
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 2ce3a48cc969d563c26dd295723416c0d7b077a2)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 8eab45f7ba1..3bbddb4bc2c 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -953,12 +953,6 @@ struct ctdb_marshall_buffer {
uint8_t data[1];
};
-/* set dmaster control structure */
-struct ctdb_control_set_dmaster {
- uint32_t db_id;
- uint32_t dmaster;
-};
-
/*
structure for setting a tunable
*/