From: Matthias Wachs Date: Wed, 27 Oct 2010 09:50:56 +0000 (+0000) Subject: Refactoring gnunet time X-Git-Tag: initial-import-from-subversion-38251~19929 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4fc6957210ad1baa9d267cdd2b37e4b2f5b96b2a;p=oweals%2Fgnunet.git Refactoring gnunet time --- 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; };