projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9ef31
)
Refactoring gnunet time
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 27 Oct 2010 09:50:56 +0000
(09:50 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 27 Oct 2010 09:50:56 +0000
(09:50 +0000)
src/include/gnunet_time_lib.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_time_lib.h
b/src/include/gnunet_time_lib.h
index aa4e8d5db745dfade311145b5b596586fea5a645..baebac92707a424b0b842fdc65ee87015095c7f2 100644
(file)
--- 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;
};