From 1007ec60e664da03b7aea4803c643d991fcf6530 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jun 2017 20:52:23 +0200 Subject: time-util: add new call usec_shift_clock() for converting times between clocks We use that quite often, let's implement one clean version of it. --- src/basic/time-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/basic/time-util.h') diff --git a/src/basic/time-util.h b/src/basic/time-util.h index 8e2715cf68..414995e6af 100644 --- a/src/basic/time-util.h +++ b/src/basic/time-util.h @@ -145,6 +145,8 @@ bool clock_boottime_supported(void); bool clock_supported(clockid_t clock); clockid_t clock_boottime_or_monotonic(void); +usec_t usec_shift_clock(usec_t, clockid_t from, clockid_t to); + #define xstrftime(buf, fmt, tm) \ assert_message_se(strftime(buf, ELEMENTSOF(buf), fmt, tm) > 0, \ "xstrftime: " #buf "[] must be big enough") -- cgit v1.2.1