| 74 | CommandResponse Init(const bess::pb::EmptyArg &) { return CommandResponse(); } |
| 75 | |
| 76 | struct task_result RunTask(Context *, bess::PacketBatch *, void *) override { |
| 77 | return task_result(); |
| 78 | } |
| 79 | }; |
| 80 | |
| 81 | DEF_MODULE(AcmeModuleWithTask, "acme_module_with_task", "foo bar"); |
nothing calls this directly
no test coverage detected