]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/leader_watcher/Types.h
update sources to v12.1.0
[ceph.git] / ceph / src / tools / rbd_mirror / leader_watcher / Types.h
index 122a916c76f9b644f5af684f3d240c3047e69568..b6b3849301a686f27187f7d21fee166bae7fc1cd 100644 (file)
@@ -16,9 +16,9 @@ namespace mirror {
 namespace leader_watcher {
 
 enum NotifyOp {
-  NOTIFY_OP_HEARTBEAT     = 0,
-  NOTIFY_OP_LOCK_ACQUIRED = 1,
-  NOTIFY_OP_LOCK_RELEASED = 2,
+  NOTIFY_OP_HEARTBEAT        = 0,
+  NOTIFY_OP_LOCK_ACQUIRED    = 1,
+  NOTIFY_OP_LOCK_RELEASED    = 2,
 };
 
 struct HeartbeatPayload {