aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_multicast_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-12 17:45:22 +0000
committerGabor X Toth <*@tg-x.net>2013-08-12 17:45:22 +0000
commitd734cfd6677de174aa51a07437b0e0cae4c870be (patch)
treede71c19dafb8dcc078c2b2efd971bfeb62d50b80 /src/include/gnunet_multicast_service.h
parent544201a6bb7ec4480619f576f388d84883895de0 (diff)
downloadgnunet-d734cfd6677de174aa51a07437b0e0cae4c870be.tar.gz
gnunet-d734cfd6677de174aa51a07437b0e0cae4c870be.zip
psyc/social: transmit/announcement flags; multicast: re-added sig. purpose
Diffstat (limited to 'src/include/gnunet_multicast_service.h')
-rw-r--r--src/include/gnunet_multicast_service.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 418afd34b..b4f9bc099 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -171,6 +171,11 @@ struct GNUNET_MULTICAST_MessageHeader
171 struct GNUNET_CRYPTO_EccSignature signature; 171 struct GNUNET_CRYPTO_EccSignature signature;
172 172
173 /** 173 /**
174 * Purpose for the signature and size of the signed data.
175 */
176 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
177
178 /**
174 * Number of the message fragment, monotonically increasing. 179 * Number of the message fragment, monotonically increasing.
175 */ 180 */
176 uint64_t fragment_id GNUNET_PACKED; 181 uint64_t fragment_id GNUNET_PACKED;
@@ -244,6 +249,11 @@ struct GNUNET_MULTICAST_RequestHeader
244 struct GNUNET_CRYPTO_EccSignature signature; 249 struct GNUNET_CRYPTO_EccSignature signature;
245 250
246 /** 251 /**
252 * Purpose for the signature and size of the signed data.
253 */
254 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
255
256 /**
247 * Number of the request fragment, monotonically increasing. 257 * Number of the request fragment, monotonically increasing.
248 */ 258 */
249 uint64_t fragment_id GNUNET_PACKED; 259 uint64_t fragment_id GNUNET_PACKED;
@@ -291,6 +301,11 @@ struct GNUNET_MULTICAST_JoinRequest {
291 */ 301 */
292 struct GNUNET_CRYPTO_EccSignature signature; 302 struct GNUNET_CRYPTO_EccSignature signature;
293 303
304 /**
305 * Purpose for the signature and size of the signed data.
306 */
307 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
308
294 /** 309 /**
295 * Public key of the target group. 310 * Public key of the target group.
296 */ 311 */