]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_notify_event_type.h
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / rgw / rgw_notify_event_type.h
index bbfff88f5e169a2fc29918fc8e29ad7e40d97c92..4fe1b5c90c6245b622aeff59ed7f0cfd7dcfebb7 100644 (file)
@@ -25,7 +25,11 @@ namespace rgw::notify {
     ObjectTransition                     = 0xF000,
     ObjectTransitionCurrent              = 0x1000,
     ObjectTransitionNoncurrent           = 0x2000,
-    UnknownEvent                         = 0x10000
+    ObjectSynced                         = 0xF0000,
+    ObjectSyncedCreate                   = 0x10000,
+    ObjectSyncedDelete                   = 0x20000,
+    ObjectSyncedDeletionMarkerCreated    = 0x40000,
+    UnknownEvent                         = 0x100000
   };
 
   using EventTypeList = std::vector<EventType>;
@@ -35,8 +39,6 @@ namespace rgw::notify {
 
   std::string to_string(EventType t);
 
-  std::string to_ceph_string(EventType t);
-
   std::string to_event_string(EventType t);
 
   EventType from_string(const std::string& s);