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

Method set_shutdown_func

core/bessctl.cc:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436class BESSControlImpl final : public BESSControl::Service {
437 public:
438 void set_shutdown_func(const std::function<void()>& func) {
439 shutdown_func_ = func;
440 }
441
442 Status GetVersion(ServerContext*, const EmptyRequest*,
443 VersionResponse* response) override {

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected