X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_watchdog_enabled.xml;h=41640276405080abeb041d31cbb13ca536ee06c9;hp=cad92df7af2450cb799058eefd881942ee34feab;hb=309e9d86f0e7f9c5f0a2a09227bdfdb3174d4436;hpb=b040723ea412209e0edf54647fa5aa4287411507 diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml index cad92df7a..416402764 100644 --- a/man/sd_watchdog_enabled.xml +++ b/man/sd_watchdog_enabled.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + sd_watchdog_enabled @@ -54,7 +55,7 @@ int sd_watchdog_enabled int unset_environment - const uint64_t *usec + uint64_t *usec @@ -115,13 +116,7 @@ Notes - This function is provided by the reference - implementation of APIs for new-style daemons and - distributed with the systemd package. The algorithm - it implements is simple, and can easily be - reimplemented in daemons if it is important to support - this interface without using the reference - implementation. + Internally, this functions parses the $WATCHDOG_PID and @@ -132,29 +127,6 @@ that case, the variables were set for a different process further up the process tree. - For details about the algorithm, check the - liberally licensed reference implementation sources: - - and - - sd_watchdog_enabled() is - implemented in the reference implementation's - sd-daemon.c and - sd-daemon.h files. These - interfaces are available as a shared library, which can - be compiled and linked to with the - libsystemd-daemon pkg-config1 - file. Alternatively, applications consuming these APIs - may copy the implementation into their source - tree. For more details about the reference - implementation, see - sd-daemon3. - - If the reference implementation is used as - drop-in files and -DDISABLE_SYSTEMD is set during - compilation, these functions will always return 0 and - otherwise become a NOP.