]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: add --ul-debug implementing debug.h
authorJ William Piggott <elseifthen@gmx.com>
Sun, 24 Dec 2017 20:38:58 +0000 (15:38 -0500)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Jan 2018 10:10:22 +0000 (11:10 +0100)
commitff4e18bd2d6e5509782ca18dc0619bdcee1d6caa
tree74fbb5d36d54d8acb3820179ec51253e175c6564
parent8fb096b2a71cb3e0a1172b22bcb9450a394c7e1c
hwclock: add --ul-debug implementing debug.h

Undocumented at this time, because it is a skeleton
implementation.  More debugging points are to be added after
refactoring is complete, or ad hoc in the mean time.

When fully implemented, enough time may have passed that the
deprecated --debug could be used to replace --ul-debug.

[kzak@redhat.com: - use __UL_INIT_DEBUG_FROM_STRING() to initialize the mask
                  - add hwclock_init_debug()]

Coauthored-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/hwclock.c
sys-utils/hwclock.h