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

Method Init

core/modules/worker_split.cc:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 Command::THREAD_UNSAFE}};
36
37CommandResponse WorkerSplit::Init(const bess::pb::WorkerSplitArg &arg) {
38 return CommandReset(arg);
39}
40
41CommandResponse WorkerSplit::CommandReset(const bess::pb::WorkerSplitArg &arg) {
42 if (arg.worker_gates().empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected