aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_multicast_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_multicast_service.h')
-rw-r--r--src/include/gnunet_multicast_service.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 140e05e71..c25d15dc9 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -210,7 +210,7 @@ GNUNET_MULTICAST_join_decision (struct GNUNET_MULTICAST_JoinHandle *jh,
210 */ 210 */
211typedef void 211typedef void
212(*GNUNET_MULTICAST_JoinCallback) (void *cls, 212(*GNUNET_MULTICAST_JoinCallback) (void *cls,
213 const struct GNUNET_CRYPTO_EccPublicKey *member_key, 213 const struct GNUNET_CRYPTO_EccPublicSignKey *member_key,
214 const struct GNUNET_MessageHeader *join_req, 214 const struct GNUNET_MessageHeader *join_req,
215 struct GNUNET_MULTICAST_JoinHandle *jh); 215 struct GNUNET_MULTICAST_JoinHandle *jh);
216 216
@@ -249,7 +249,7 @@ GNUNET_MULTICAST_membership_test_result (struct GNUNET_MULTICAST_MembershipTestH
249 */ 249 */
250typedef void 250typedef void
251(*GNUNET_MULTICAST_MembershipTestCallback) (void *cls, 251(*GNUNET_MULTICAST_MembershipTestCallback) (void *cls,
252 const struct GNUNET_CRYPTO_EccPublicKey *member_key, 252 const struct GNUNET_CRYPTO_EccPublicSignKey *member_key,
253 uint64_t message_id, 253 uint64_t message_id,
254 uint64_t group_generation, 254 uint64_t group_generation,
255 struct GNUNET_MULTICAST_MembershipTestHandle *mth); 255 struct GNUNET_MULTICAST_MembershipTestHandle *mth);
@@ -266,7 +266,7 @@ typedef void
266 */ 266 */
267typedef void 267typedef void
268(*GNUNET_MULTICAST_RequestCallback) (void *cls, 268(*GNUNET_MULTICAST_RequestCallback) (void *cls,
269 const struct GNUNET_CRYPTO_EccPublicKey *member_key, 269 const struct GNUNET_CRYPTO_EccPublicSignKey *member_key,
270 const struct GNUNET_MessageHeader *req, 270 const struct GNUNET_MessageHeader *req,
271 enum GNUNET_MULTICAST_MessageFlags flags); 271 enum GNUNET_MULTICAST_MessageFlags flags);
272 272
@@ -324,7 +324,7 @@ struct GNUNET_MULTICAST_ReplayHandle;
324 */ 324 */
325typedef void 325typedef void
326(*GNUNET_MULTICAST_ReplayFragmentCallback) (void *cls, 326(*GNUNET_MULTICAST_ReplayFragmentCallback) (void *cls,
327 const struct GNUNET_CRYPTO_EccPublicKey *member_key, 327 const struct GNUNET_CRYPTO_EccPublicSignKey *member_key,
328 uint64_t fragment_id, 328 uint64_t fragment_id,
329 uint64_t flags, 329 uint64_t flags,
330 struct GNUNET_MULTICAST_ReplayHandle *rh); 330 struct GNUNET_MULTICAST_ReplayHandle *rh);
@@ -347,7 +347,7 @@ typedef void
347 */ 347 */
348typedef void 348typedef void
349(*GNUNET_MULTICAST_ReplayMessageCallback) (void *cls, 349(*GNUNET_MULTICAST_ReplayMessageCallback) (void *cls,
350 const struct GNUNET_CRYPTO_EccPublicKey *member_key, 350 const struct GNUNET_CRYPTO_EccPublicSignKey *member_key,
351 uint64_t message_id, 351 uint64_t message_id,
352 uint64_t fragment_offset, 352 uint64_t fragment_offset,
353 uint64_t flags, 353 uint64_t flags,
@@ -586,7 +586,7 @@ GNUNET_MULTICAST_origin_stop (struct GNUNET_MULTICAST_Origin *origin);
586 */ 586 */
587struct GNUNET_MULTICAST_Member * 587struct GNUNET_MULTICAST_Member *
588GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg, 588GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
589 const struct GNUNET_CRYPTO_EccPublicKey *group_key, 589 const struct GNUNET_CRYPTO_EccPublicSignKey *group_key,
590 const struct GNUNET_CRYPTO_EccPrivateKey *member_key, 590 const struct GNUNET_CRYPTO_EccPrivateKey *member_key,
591 const struct GNUNET_PeerIdentity *origin, 591 const struct GNUNET_PeerIdentity *origin,
592 size_t relay_count, 592 size_t relay_count,