aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-17 10:16:15 +0000
committerGabor X Toth <*@tg-x.net>2014-05-17 10:16:15 +0000
commit83c058a5ea11b6d7aa05cb71963c6063cb373603 (patch)
tree30921098e391d492cf52311983348232d41d9634 /src/include/gnunet_psyc_service.h
parentd78b7d8a3f6cdaee244557667350da443ca76db5 (diff)
downloadgnunet-83c058a5ea11b6d7aa05cb71963c6063cb373603.tar.gz
gnunet-83c058a5ea11b6d7aa05cb71963c6063cb373603.zip
multicast, psyc: client connections, join requests
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index 928e05242..48c1107dc 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -620,9 +620,7 @@ typedef void
620 * @param message_cb Function to invoke on message parts received from the 620 * @param message_cb Function to invoke on message parts received from the
621 * channel, typically at least contains method handlers for @e join and 621 * channel, typically at least contains method handlers for @e join and
622 * @e part. 622 * @e part.
623 * @param join_cb function invoked once we have joined with the current 623 * @param slave_joined_cb Function invoked once we have joined the channel.
624 * message ID of the channel
625 * @param slave_joined_cb Function to invoke when a peer wants to join.
626 * @param cls Closure for @a message_cb and @a slave_joined_cb. 624 * @param cls Closure for @a message_cb and @a slave_joined_cb.
627 * @param method_name Method name for the join request. 625 * @param method_name Method name for the join request.
628 * @param env Environment containing transient variables for the request, or NULL. 626 * @param env Environment containing transient variables for the request, or NULL.
@@ -638,7 +636,6 @@ GNUNET_PSYC_slave_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
638 uint32_t relay_count, 636 uint32_t relay_count,
639 const struct GNUNET_PeerIdentity *relays, 637 const struct GNUNET_PeerIdentity *relays,
640 GNUNET_PSYC_MessageCallback message_cb, 638 GNUNET_PSYC_MessageCallback message_cb,
641 GNUNET_PSYC_JoinCallback join_cb,
642 GNUNET_PSYC_SlaveJoinCallback slave_joined_cb, 639 GNUNET_PSYC_SlaveJoinCallback slave_joined_cb,
643 void *cls, 640 void *cls,
644 const char *method_name, 641 const char *method_name,