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

Method DeInit

core/modules/queue_inc.cc:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void QueueInc::DeInit() {
76 if (port_) {
77 port_->ReleaseQueues(reinterpret_cast<const module *>(this), PACKET_DIR_INC,
78 &qid_, 1);
79 }
80}
81
82std::string QueueInc::GetDesc() const {
83 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