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

Method AddActiveWorker

core/task.cc:104–108  ·  view source on GitHub ↗

Add a worker to the set of workers that call this task.

Source from the content-addressed store, hash-verified

102
103// Add a worker to the set of workers that call this task.
104void Task::AddActiveWorker(int wid) const {
105 if (module_) {
106 module_->AddActiveWorker(wid, c_->task());
107 }
108}

Callers 1

PropagateActiveWorkerMethod · 0.45

Calls 1

taskMethod · 0.80

Tested by

no test coverage detected