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

Class task_result

core/module.cc:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RunTaskMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected