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