aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 0c796bf9c..70e65186d 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -119,7 +119,7 @@ struct GetMessage
119 /** 119 /**
120 * Which of the optional hash codes are present at the end of the 120 * Which of the optional hash codes are present at the end of the
121 * message? See GET_MESSAGE_BIT_xx constants. For each bit that is 121 * message? See GET_MESSAGE_BIT_xx constants. For each bit that is
122 * set, an additional GNUNET_HashCode with the respective content 122 * set, an additional struct GNUNET_HashCode with the respective content
123 * (in order of the bits) will be appended to the end of the GET 123 * (in order of the bits) will be appended to the end of the GET
124 * message. 124 * message.
125 */ 125 */
@@ -129,7 +129,7 @@ struct GetMessage
129 * Hashcodes of the file(s) we're looking for. 129 * Hashcodes of the file(s) we're looking for.
130 * Details depend on the query type. 130 * Details depend on the query type.
131 */ 131 */
132 GNUNET_HashCode query; 132 struct GNUNET_HashCode query;
133 133
134 /* this is followed by hash codes as specified in the "hash_bitmap"; 134 /* this is followed by hash codes as specified in the "hash_bitmap";
135 * after that, an optional bloomfilter (with bits set for replies 135 * after that, an optional bloomfilter (with bits set for replies