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

Method RunTask

core/module.cc:137–140  ·  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}
141
142void Module::ProcessBatch(Context *, bess::PacketBatch *) {
143 CHECK(0); // You must override this function

Callers 1

operator()Method · 0.45

Calls 1

task_resultClass · 0.70

Tested by

no test coverage detected