summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 17:36:14 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commit6e37bb7c3a6231ffd47d9821819add84c69d35b4 (patch)
tree25c3165a2f0f9db9c141ea5555847ca9ede385ef /ctdb/include/ctdb_protocol.h
parenta9f335fcc2af906770212abaedfceb30a81ad409 (diff)
downloadsamba-6e37bb7c3a6231ffd47d9821819add84c69d35b4.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/include/ctdb_protocol.h')
-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 ab9678977a6..52b39fb6026 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -741,17 +741,6 @@ struct ctdb_db_statistics_old {
#define CTDB_IFACE_SIZE 16
#endif
-struct ctdb_iface_info {
- char name[CTDB_IFACE_SIZE+2];
- uint16_t link_state;
- uint32_t references;
-};
-
-struct ctdb_ifaces_list {
- uint32_t num;
- struct ctdb_iface_info ifaces[1];
-};
-
#define INVALID_GENERATION 1
/* table that contains the mapping between a hash value and lmaster
*/