| 135 | void Module::DeInit() {} |
| 136 | |
| 137 | struct task_result Module::RunTask(Context *, bess::PacketBatch *, void *) { |
| 138 | CHECK(0); // You must override this function |
| 139 | return task_result(); |
| 140 | } |
| 141 | |
| 142 | void Module::ProcessBatch(Context *, bess::PacketBatch *) { |
| 143 | CHECK(0); // You must override this function |