aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/multicast_api.c')
-rw-r--r--src/multicast/multicast_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multicast/multicast_api.c b/src/multicast/multicast_api.c
index 31a02b96d..7ca3c1752 100644
--- a/src/multicast/multicast_api.c
+++ b/src/multicast/multicast_api.c
@@ -33,7 +33,7 @@
33#define LOG(kind,...) GNUNET_log_from (kind, "multicast-api",__VA_ARGS__) 33#define LOG(kind,...) GNUNET_log_from (kind, "multicast-api",__VA_ARGS__)
34 34
35 35
36/** 36/**
37 * Handle for a request to send a message to all multicast group members 37 * Handle for a request to send a message to all multicast group members
38 * (from the origin). 38 * (from the origin).
39 */ 39 */
@@ -508,7 +508,7 @@ GNUNET_MULTICAST_origin_stop (struct GNUNET_MULTICAST_Origin *origin)
508 * identity/pseudonym to peer identity, application-level message to 508 * identity/pseudonym to peer identity, application-level message to
509 * origin, etc.). 509 * origin, etc.).
510 * @param join_cb Function called to approve / disapprove joining of a peer. 510 * @param join_cb Function called to approve / disapprove joining of a peer.
511 * @param test_cb Function multicast can use to test group membership. 511 * @param mem_test_cb Function multicast can use to test group membership.
512 * @param replay_frag_cb Function that can be called to replay message fragments 512 * @param replay_frag_cb Function that can be called to replay message fragments
513 * this peer already knows from this group. NULL if this 513 * this peer already knows from this group. NULL if this
514 * client is unable to support replay. 514 * client is unable to support replay.
@@ -530,7 +530,7 @@ GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
530 const struct GNUNET_PeerIdentity *relays, 530 const struct GNUNET_PeerIdentity *relays,
531 const struct GNUNET_MessageHeader *join_request, 531 const struct GNUNET_MessageHeader *join_request,
532 GNUNET_MULTICAST_JoinCallback join_cb, 532 GNUNET_MULTICAST_JoinCallback join_cb,
533 GNUNET_MULTICAST_MembershipTestCallback test_cb, 533 GNUNET_MULTICAST_MembershipTestCallback mem_test_cb,
534 GNUNET_MULTICAST_ReplayFragmentCallback replay_frag_cb, 534 GNUNET_MULTICAST_ReplayFragmentCallback replay_frag_cb,
535 GNUNET_MULTICAST_ReplayMessageCallback replay_msg_cb, 535 GNUNET_MULTICAST_ReplayMessageCallback replay_msg_cb,
536 GNUNET_MULTICAST_MessageCallback message_cb, 536 GNUNET_MULTICAST_MessageCallback message_cb,