aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_multicast_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-03 23:02:05 +0000
committerGabor X Toth <*@tg-x.net>2013-09-03 23:02:05 +0000
commit5d50a7a5b5675551836191bccf60810c64a33776 (patch)
tree53b749015430b127f1ca1dce4fca23fe947fe4c8 /src/include/gnunet_multicast_service.h
parenteb9556bf2983ca19a5cbcf7cf460a0b2509b290a (diff)
downloadgnunet-5d50a7a5b5675551836191bccf60810c64a33776.tar.gz
gnunet-5d50a7a5b5675551836191bccf60810c64a33776.zip
multicast: renamed replay() to replay_response(), doc fixes
Diffstat (limited to 'src/include/gnunet_multicast_service.h')
-rw-r--r--src/include/gnunet_multicast_service.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 1c23af2f0..712dbb054 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -309,7 +309,7 @@ struct GNUNET_MULTICAST_ReplayHandle;
309 309
310/** 310/**
311 * Functions with this signature are called whenever the multicast service needs 311 * Functions with this signature are called whenever the multicast service needs
312 * a message fragemnt to be replayed by fragment_id. 312 * a message fragment to be replayed by fragment_id.
313 * 313 *
314 * Implementations of this function MUST call GNUNET_MULTICAST_replay() ONCE 314 * Implementations of this function MUST call GNUNET_MULTICAST_replay() ONCE
315 * (with a message or an error); however, if the origin is destroyed or the 315 * (with a message or an error); however, if the origin is destroyed or the
@@ -597,8 +597,7 @@ GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
597 GNUNET_MULTICAST_ReplayFragmentCallback replay_frag_cb, 597 GNUNET_MULTICAST_ReplayFragmentCallback replay_frag_cb,
598 GNUNET_MULTICAST_ReplayMessageCallback replay_msg_cb, 598 GNUNET_MULTICAST_ReplayMessageCallback replay_msg_cb,
599 GNUNET_MULTICAST_MessageCallback message_cb, 599 GNUNET_MULTICAST_MessageCallback message_cb,
600 void *cls) 600 void *cls);
601;
602 601
603/** 602/**
604 * Handle for a replay request. 603 * Handle for a replay request.