From 4fc6957210ad1baa9d267cdd2b37e4b2f5b96b2a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 27 Oct 2010 09:50:56 +0000 Subject: [PATCH] Refactoring gnunet time --- src/include/gnunet_time_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h index aa4e8d5db..baebac927 100644 --- a/src/include/gnunet_time_lib.h +++ b/src/include/gnunet_time_lib.h @@ -46,7 +46,7 @@ struct GNUNET_TIME_Absolute /** * The actual value. */ - uint64_t value; + uint64_t abs_value; }; /** @@ -58,7 +58,7 @@ struct GNUNET_TIME_Relative /** * The actual value. */ - uint64_t value; + uint64_t rel_value; }; -- 2.25.1