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

Method AcmeModuleWithTask

core/module_test.cc:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67class AcmeModuleWithTask : public Module {
68 public:
69 AcmeModuleWithTask() : Module() { is_task_ = true; }
70
71 static const gate_idx_t kNumIGates = 1;
72 static const gate_idx_t kNumOGates = 3;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected