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

Class FreqManShm_t

phxqueue/consumer/freqman.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62struct FreqManShm_t {
63 LimitInfo_t limit_infos[MAX_VPID + 1];
64 ConsumeStat_t consume_stats[MAX_VPID + 1];
65};
66
67class FreqMan::FreqManImpl {
68 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected