MCPcopy Create free account
hub / github.com/ceph/ceph / reset_compression

Method reset_compression

src/msg/async/ProtocolV2.cc:637–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void ProtocolV2::reset_compression() {
638 ldout(cct, 5) << __func__ << dendl;
639
640 comp_meta = CompConnectionMeta{};
641 session_compression_handlers.rx.reset(nullptr);
642 session_compression_handlers.tx.reset(nullptr);
643}
644
645void ProtocolV2::write_event() {
646 ldout(cct, 10) << __func__ << dendl;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected