]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/msg/Message.h
update sources to v12.1.1
[ceph.git] / ceph / src / msg / Message.h
index b3a836c12d416d59bac916f794b57b5144ed43f3..d1b63ac1f21994edaab9e0c99f2c4c0a47724242 100644 (file)
 // Special
 #define MSG_NOP                   0x607
 
+#define MSG_MON_HEALTH_CHECKS     0x608
+
 // *** ceph-mgr <-> OSD/MDS daemons ***
 #define MSG_MGR_OPEN              0x700
 #define MSG_MGR_CONFIGURE         0x701
 
 // *** ceph-mon(MgrMonitor) -> ceph-mgr
 #define MSG_MGR_DIGEST               0x705
+// *** cephmgr -> ceph-mon
+#define MSG_MON_MGR_REPORT        0x706
+#define MSG_SERVICE_MAP           0x707
 
 // ======================================================