ctdb-include: Remove unused structure definitions
authorAmitay Isaacs <amitay@gmail.com>
Wed, 28 Oct 2015 06:36:14 +0000 (17:36 +1100)
committerMartin Schwenke <martins@samba.org>
Tue, 3 Nov 2015 23:47:14 +0000 (00:47 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/include/ctdb_protocol.h

index ab9678977a6b635fd75c88f40097f5104d8e9211..52b39fb6026ce366b20a346f8826e5e8f2ef7bdf 100644 (file)
@@ -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
  */