From 22c84ff746eebb205d98014f5e4c3cf5b0438673 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Thu, 29 Oct 2015 14:12:11 +1100 Subject: [PATCH] ctdb-daemon: Rename enum ctdb_server_id_type to ctdb_client_id_type Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/include/ctdb_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index 6505873d5d8..1970a38c5b1 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -784,14 +784,14 @@ struct ctdb_dbid_map_old { #define CTDB_RECOVERY_NORMAL 0 #define CTDB_RECOVERY_ACTIVE 1 -enum ctdb_server_id_type { +enum ctdb_client_id_type { SERVER_TYPE_SAMBA=1, SERVER_TYPE_NFSD=2, SERVER_TYPE_ISCSID=3 }; struct ctdb_server_id { - enum ctdb_server_id_type type; + enum ctdb_client_id_type type; uint32_t pnn; uint32_t server_id; }; -- 2.34.1