MCPcopy Create free account
hub / github.com/NetSys/bess / DeInit

Method DeInit

core/modules/queue_out.cc:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void QueueOut::DeInit() {
65 if (port_) {
66 port_->ReleaseQueues(reinterpret_cast<const module *>(this), PACKET_DIR_OUT,
67 &qid_, 1);
68 }
69}
70
71std::string QueueOut::GetDesc() const {
72 return bess::utils::Format("%s:%hhu/%s", port_->name().c_str(), qid_,

Callers

nothing calls this directly

Calls 1

ReleaseQueuesMethod · 0.80

Tested by

no test coverage detected