MCPcopy Create free account
hub / github.com/Icinga/icinga2 / NotifyStatus

Function NotifyStatus

lib/cli/daemoncommand.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#ifdef HAVE_SYSTEMD
51static inline
52void NotifyStatus(const char* status)
53{
54 (void)sd_notifyf(0, "STATUS=%s", status);
55}
56#else /* HAVE_SYSTEMD */
57static inline
58void NotifyStatus(const char*)

Callers 2

RunWorkerFunction · 0.85
RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected