MCPcopy Create free account
hub / github.com/Tencent/phxqueue / CheckPointStatItem_t

Class CheckPointStatItem_t

phxqueue/store/checkpointstat.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40struct CheckPointStatItem_t {
41 uint32_t magic;
42 uint64_t cp;
43 char reserved[20];
44};
45
46
47class CheckPointStat::CheckPointStatImpl {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected