MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / shouldSetupWatchdog

Method shouldSetupWatchdog

src/Daemon/BaseDaemon.cpp:552–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551
552void BaseDaemon::shouldSetupWatchdog(char * argv0_)
553{
554 should_setup_watchdog = true;
555 argv0 = argv0_;
556}
557
558
559void BaseDaemon::setupWatchdog()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected