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

Method AddParentTask

core/module.h:413–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 void DestroyAllTasks();
412 void DeregisterAllAttributes();
413 void AddParentTask(Module *task) { parent_tasks_.push_back(task); }
414 void ClearParentTasks() { parent_tasks_.clear(); }
415
416 // Destroy a module and cleaning up including

Callers 1

UpdateParentsAsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected