Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ MMDSMap
Method
MMDSMap
src/messages/MMDSMap.h:40–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
protected:
40
MMDSMap() :
41
SafeMessage{CEPH_MSG_MDS_MAP, HEAD_VERSION, COMPAT_VERSION} {}
42
43
MMDSMap(const uuid_d &f, const MDSMap &mm) :
44
SafeMessage{CEPH_MSG_MDS_MAP, HEAD_VERSION, COMPAT_VERSION},
Callers
nothing calls this directly
Calls
2
get_epoch
Method · 0.45
encode
Method · 0.45
Tested by
no test coverage detected