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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index cf99d764e..133af9b8f 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -311,7 +311,7 @@ typedef void (*GNUNET_MULTICAST_MessageCallback) (void *cls,
311struct GNUNET_MULTICAST_Origin * 311struct GNUNET_MULTICAST_Origin *
312GNUNET_MULTICAST_origin_start (const struct GNUNET_CONFIGURATION_Handle *cfg, 312GNUNET_MULTICAST_origin_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
313 void *cls, 313 void *cls,
314 struct GNUNET_CRYPTO_EccPrivateKey *priv_key, 314 const struct GNUNET_CRYPTO_EccPrivateKey *priv_key,
315 enum GNUNET_MULTICAST_JoinPolicy join_policy, 315 enum GNUNET_MULTICAST_JoinPolicy join_policy,
316 GNUNET_MULITCAST_ReplayCallback replay_cb, 316 GNUNET_MULITCAST_ReplayCallback replay_cb,
317 GNUNET_MULITCAST_MembershipTestCallback test_cb, 317 GNUNET_MULITCAST_MembershipTestCallback test_cb,
@@ -324,6 +324,7 @@ GNUNET_MULTICAST_origin_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
324 * 324 *
325 * @param origin handle to the multicast group 325 * @param origin handle to the multicast group
326 * @param msg_body body of the message to transmit 326 * @param msg_body body of the message to transmit
327 * FIXME: change to notify_transmit_ready-style to wait for ACKs?
327 */ 328 */
328void 329void
329GNUNET_MULTICAST_origin_send_to_all (struct GNUNET_MULTICAST_Origin *origin, 330GNUNET_MULTICAST_origin_send_to_all (struct GNUNET_MULTICAST_Origin *origin,
@@ -370,7 +371,7 @@ GNUNET_MULTICAST_origin_end (struct GNUNET_MULTICAST_Origin *origin);
370struct GNUNET_MULTICAST_Member * 371struct GNUNET_MULTICAST_Member *
371GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg, 372GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
372 void *cls, 373 void *cls,
373 struct GNUNET_CRYPTO_EccPublicKey *pub_key, 374 const struct GNUNET_CRYPTO_EccPublicKey *pub_key,
374 uint64_t max_known_message_id, 375 uint64_t max_known_message_id,
375 uint64_t max_known_state_message_id, 376 uint64_t max_known_state_message_id,
376 GNUNET_MULTICAST_ReplayCallback replay_cb, 377 GNUNET_MULTICAST_ReplayCallback replay_cb,