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

Method Detach

core/task.cc:39–41  ·  view source on GitHub ↗

Called when the leaf that owns this task is destroyed.

Source from the content-addressed store, hash-verified

37
38// Called when the leaf that owns this task is destroyed.
39void Task::Detach() {
40 c_ = nullptr;
41}
42
43// Called when the leaf that owns this task is created.
44void Task::Attach(bess::LeafTrafficClass *c) {

Callers 1

~LeafTrafficClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected