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

Method discard_local

src/msg/DispatchQueue.cc:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void DispatchQueue::discard_local()
245{
246 decltype(local_messages)().swap(local_messages);
247}
248
249void DispatchQueue::shutdown()
250{

Callers 1

waitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected