From 6398320759ce4ed84922bb28f715d3c6c66166c4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 1 Jul 2010 00:26:44 +0200 Subject: core: rename struct timestamp to dual_timestamp to avoid name clash with IP system headers --- src/util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 2410312421..91e0359e0c 100644 --- a/src/util.h +++ b/src/util.h @@ -34,10 +34,10 @@ typedef uint64_t usec_t; -typedef struct timestamp { +typedef struct dual_timestamp { usec_t realtime; usec_t monotonic; -} timestamp; +} dual_timestamp; #define MSEC_PER_SEC 1000ULL #define USEC_PER_SEC 1000000ULL @@ -60,7 +60,7 @@ typedef struct timestamp { usec_t now(clockid_t clock); -timestamp* timestamp_get(timestamp *ts); +dual_timestamp* dual_timestamp_get(dual_timestamp *ts); usec_t timespec_load(const struct timespec *ts); struct timespec *timespec_store(struct timespec *ts, usec_t u); -- cgit v1.2.3-54-g00ecf