diff options
author | Sage Weil <sage@newdream.net> | 2017-03-31 00:12:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 00:12:00 +0200 |
commit | 578b0f7cfc0f61088dc497ead618c766ce5717ab (patch) | |
tree | ed2ae93f7fb7bcbcf122193ef4b5a253dedd36d3 /src/test/encoding | |
parent | Merge pull request #14183 from joscollin/wip-rgw-cleanup-removeunwantedheaders (diff) | |
parent | mon/ConfigKeyService: wait for quorum (diff) | |
download | ceph-578b0f7cfc0f61088dc497ead618c766ce5717ab.tar.xz ceph-578b0f7cfc0f61088dc497ead618c766ce5717ab.zip |
Merge pull request #13617 from liewegas/wip-mgr-commands
mon,mgr: tag some commands for ceph-mgr
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/test/encoding')
-rw-r--r-- | src/test/encoding/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 6be33fff761..874b8250cbb 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -154,6 +154,9 @@ TYPE_FEATUREFUL(MonMap) #include "mon/MonCap.h" TYPE(MonCap) +#include "mon/MgrMap.h" +TYPE_FEATUREFUL(MgrMap) + #include "mon/mon_types.h" TYPE(LevelDBStoreStats) |