MCPcopy Create free account
hub / github.com/NetSys/bess / RunTask

Method RunTask

core/module_test.cc:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
81DEF_MODULE(AcmeModuleWithTask, "acme_module_with_task", "foo bar");

Callers

nothing calls this directly

Calls 1

task_resultClass · 0.70

Tested by

no test coverage detected