]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/mon_types.h: define paxos services indexes using enum
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 13 Oct 2020 01:27:40 +0000 (09:27 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 13 Oct 2020 01:27:40 +0000 (09:27 +0800)
commit324388ce66271d3baad0f15fe83060846bc8c8d2
treea01c3a426f7a9c5bebaf9cf53b721b25979c3ebf
parent47e0b49200b87f13c51e260f52ee66a9881e6054
mon/mon_types.h: define paxos services indexes using enum

Note: It's not proper to use scoped enum type here since the
enum value will be used as container index.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/mon/mon_types.h