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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index f1c4813a4..6ce9ce42c 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -277,6 +277,7 @@ struct GNUNET_MULTICAST_JoinHandle;
277 * @param jh Join request handle. 277 * @param jh Join request handle.
278 * @param is_admitted #GNUNET_YES if joining is approved, 278 * @param is_admitted #GNUNET_YES if joining is approved,
279 * #GNUNET_NO if it is disapproved 279 * #GNUNET_NO if it is disapproved
280 * @param admitted_since Message ID the member is admitted since.
280 * @param relay_count Number of relays given. 281 * @param relay_count Number of relays given.
281 * @param relays Array of suggested peers that might be useful relays to use 282 * @param relays Array of suggested peers that might be useful relays to use
282 * when joining the multicast group (essentially a list of peers that 283 * when joining the multicast group (essentially a list of peers that
@@ -293,6 +294,7 @@ struct GNUNET_MULTICAST_JoinHandle;
293void 294void
294GNUNET_MULTICAST_join_decision (struct GNUNET_MULTICAST_JoinHandle *jh, 295GNUNET_MULTICAST_join_decision (struct GNUNET_MULTICAST_JoinHandle *jh,
295 int is_admitted, 296 int is_admitted,
297 uint64_t admitted_since,
296 unsigned int relay_count, 298 unsigned int relay_count,
297 const struct GNUNET_PeerIdentity *relays, 299 const struct GNUNET_PeerIdentity *relays,
298 const struct GNUNET_MessageHeader *join_response); 300 const struct GNUNET_MessageHeader *join_response);