| 35 | Command::THREAD_UNSAFE}}; |
| 36 | |
| 37 | CommandResponse WorkerSplit::Init(const bess::pb::WorkerSplitArg &arg) { |
| 38 | return CommandReset(arg); |
| 39 | } |
| 40 | |
| 41 | CommandResponse WorkerSplit::CommandReset(const bess::pb::WorkerSplitArg &arg) { |
| 42 | if (arg.worker_gates().empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected