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

Method GetDesc

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

Source from the content-addressed store, hash-verified

227 virtual int OnEvent(bess::Event) { return -ENOTSUP; }
228
229 virtual std::string GetDesc() const { return ""; }
230
231 static const gate_idx_t kNumIGates = 1;
232 static const gate_idx_t kNumOGates = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected