aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 12:38:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 12:38:51 +0000
commit8a52fcaa55bc547321ef779c6e9bb1672dd83585 (patch)
treed818553fd22633d804a769db9e565718b977fc53 /src/include/gnunet_time_lib.h
parentabcc76b4f868ce6e8e8ff4b058c800ad1119474a (diff)
downloadgnunet-8a52fcaa55bc547321ef779c6e9bb1672dd83585.tar.gz
gnunet-8a52fcaa55bc547321ef779c6e9bb1672dd83585.zip
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 1a23f1ac2..4f0b3b74c 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -82,7 +82,7 @@ struct GNUNET_TIME_AbsoluteNBO
82 /** 82 /**
83 * The actual value (in network byte order). 83 * The actual value (in network byte order).
84 */ 84 */
85 uint64_t value__ GNUNET_PACKED; 85 uint64_t abs_value__ GNUNET_PACKED;
86}; 86};
87 87
88 88