Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
}
Callers
1
RunTask
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected