| 140 | } |
| 141 | |
| 142 | void Module::ProcessBatch(Context *, bess::PacketBatch *) { |
| 143 | CHECK(0); // You must override this function |
| 144 | } |
| 145 | |
| 146 | task_id_t Module::RegisterTask(void *arg) { |
| 147 | std::string leafname = std::string("!leaf_") + name_ + std::string(":") + |
no outgoing calls
no test coverage detected