| 227 | virtual int OnEvent(bess::Event) { return -ENOTSUP; } |
| 228 | |
| 229 | virtual std::string GetDesc() const { return ""; } |
| 230 | |
| 231 | static const gate_idx_t kNumIGates = 1; |
| 232 | static const gate_idx_t kNumOGates = 1; |
nothing calls this directly
no outgoing calls
no test coverage detected