| 73 | } |
| 74 | |
| 75 | void QueueInc::DeInit() { |
| 76 | if (port_) { |
| 77 | port_->ReleaseQueues(reinterpret_cast<const module *>(this), PACKET_DIR_INC, |
| 78 | &qid_, 1); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | std::string QueueInc::GetDesc() const { |
| 83 | return bess::utils::Format("%s:%hhu/%s", port_->name().c_str(), qid_, |
nothing calls this directly
no test coverage detected