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

Method Clear

core/traffic_class.cc:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536bool TrafficClassBuilder::Clear(TrafficClass *c) {
537 bool ret = all_tcs_.erase(c->name());
538 return ret;
539}
540
541} // namespace bess

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected