sd-daemon.3   sd-daemon.3 
skipping to change at line 59 skipping to change at line 59
NOTES NOTES
These interfaces are provided by the reference implementation of API s These interfaces are provided by the reference implementation of API s
for new-style daemons and distributed with the systemd package. The for new-style daemons and distributed with the systemd package. The
algorithms they implement are simple, and can easily be reimplemente d algorithms they implement are simple, and can easily be reimplemente d
in daemons if it is important to support this interface without usin g in daemons if it is important to support this interface without usin g
the reference implementation. See the respective function man pages for the reference implementation. See the respective function man pages for
details. details.
In addition, for details about the algorithms check the liberally In addition, for details about the algorithms check the liberally
licensed reference implementation sources: licensed reference implementation sources:
http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c re http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-dae
sp. mon/sd-daemon.c
resp.
http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-dae mon.h http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-dae mon.h
These APIs are implemented in the reference implementation's These APIs are implemented in the reference implementation's
sd-daemon.c and sd-daemon.h files. These interfaces are available as sd-daemon.c and sd-daemon.h files. These interfaces are available as
shared library, which can be compiled and linked to with the shared library, which can be compiled and linked to with the
libsystemd-daemon pkg-config(1) file. Alternatively, applications libsystemd-daemon pkg-config(1) file. Alternatively, applications
consuming these APIs may copy the implementation into their source consuming these APIs may copy the implementation into their source
tree, either verbatim or in excerpts. tree, either verbatim or in excerpts.
The functions directly related to new-style daemons become NOPs when The functions directly related to new-style daemons become NOPs when
 End of changes. 1 change blocks. 
2 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/