]> git.proxmox.com Git - ceph.git/blob - ceph/src/tools/rbd_mirror/image_replayer/Types.h
update sources to v12.1.2
[ceph.git] / ceph / src / tools / rbd_mirror / image_replayer / Types.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #ifndef CEPH_RBD_MIRROR_IMAGE_REPLAYER_TYPES_H
5 #define CEPH_RBD_MIRROR_IMAGE_REPLAYER_TYPES_H
6
7 namespace rbd {
8 namespace mirror {
9 namespace image_replayer {
10
11 enum HealthState {
12 HEALTH_STATE_OK,
13 HEALTH_STATE_WARNING,
14 HEALTH_STATE_ERROR
15 };
16
17 } // namespace image_replayer
18 } // namespace mirror
19 } // namespace rbd
20
21 #endif // CEPH_RBD_MIRROR_IMAGE_REPLAYER_TYPES_H