From b428952eefd250d6d4ce77ad89325e9803940d11 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 6 Sep 2010 20:27:24 +0200 Subject: lib/util: add time_mono() for monotonic time a la time() --- lib/util/time.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/util/time.h') diff --git a/lib/util/time.h b/lib/util/time.h index 720a262b29..345382b80a 100644 --- a/lib/util/time.h +++ b/lib/util/time.h @@ -55,6 +55,11 @@ a wrapper to preferably get the monotonic time **/ _PUBLIC_ void clock_gettime_mono(struct timespec *tp); +/** +a wrapper to preferably get the monotonic time in s +**/ +_PUBLIC_ time_t time_mono(time_t *t); + /** interpret an 8 byte "filetime" structure to a time_t It's originally in "100ns units since jan 1st 1601" -- cgit