aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
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