1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

ctdb-include: Remove unused structure definitions

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2015-10-28 17:36:14 +11:00 committed by Martin Schwenke
parent a9f335fcc2
commit 6e37bb7c3a

View 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
*/