aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 04a772c10..bc0a90cc2 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -146,13 +146,13 @@ struct GNUNET_GNSRECORD_Data
146 146
147 /** 147 /**
148 * Expiration time for the DNS record. Can be relative 148 * Expiration time for the DNS record. Can be relative
149 * or absolute, depending on 'flags'. Measured in the same 149 * or absolute, depending on @e flags. Measured in the same
150 * unit as GNUnet time (microseconds). 150 * unit as GNUnet time (microseconds).
151 */ 151 */
152 uint64_t expiration_time; 152 uint64_t expiration_time;
153 153
154 /** 154 /**
155 * Number of bytes in 'data'. 155 * Number of bytes in @e data.
156 */ 156 */
157 size_t data_size; 157 size_t data_size;
158 158