MCPcopy 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
39protected:
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_epochMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected