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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index f8afdae41..7090c33a1 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -61,6 +61,7 @@ struct GNUNET_TIME_Relative
61 uint64_t rel_value; 61 uint64_t rel_value;
62}; 62};
63 63
64GNUNET_NETWORK_STRUCT_BEGIN
64 65
65/** 66/**
66 * Time for relative time used by GNUnet, in milliseconds and in network byte order. 67 * Time for relative time used by GNUnet, in milliseconds and in network byte order.
@@ -84,7 +85,7 @@ struct GNUNET_TIME_AbsoluteNBO
84 */ 85 */
85 uint64_t abs_value__ GNUNET_PACKED; 86 uint64_t abs_value__ GNUNET_PACKED;
86}; 87};
87 88GNUNET_NETWORK_STRUCT_END
88 89
89/** 90/**
90 * Relative time zero. 91 * Relative time zero.