aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-02 20:12:20 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-02 20:12:20 +0000
commitbabb44d2986297396feb11d760b94cb82f8f931c (patch)
treee8a413c76937add910fa4f002fb1960b31815b94 /src/include/gnunet_gnsrecord_lib.h
parentcb66f2dfd9164430b3dd22484075ac421d2464dc (diff)
downloadgnunet-babb44d2986297396feb11d760b94cb82f8f931c.tar.gz
gnunet-babb44d2986297396feb11d760b94cb82f8f931c.zip
-doxygen, indentation
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