]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/mon_types.h
update sources to v12.1.1
[ceph.git] / ceph / src / mon / mon_types.h
index 883f4669e2b7f4ca52504a3240f7d111f07e7ea9..a23238b7d0b9c53c7f991e6d02d205e828329788 100644 (file)
@@ -31,7 +31,8 @@
 #define PAXOS_AUTH       5
 #define PAXOS_MGR        6
 #define PAXOS_MGRSTAT    7
-#define PAXOS_NUM        8
+#define PAXOS_HEALTH    8
+#define PAXOS_NUM        9
 
 inline const char *get_paxos_name(int p) {
   switch (p) {
@@ -43,6 +44,7 @@ inline const char *get_paxos_name(int p) {
   case PAXOS_AUTH: return "auth";
   case PAXOS_MGR: return "mgr";
   case PAXOS_MGRSTAT: return "mgrstat";
+  case PAXOS_HEALTH: return "health";
   default: ceph_abort(); return 0;
   }
 }