aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_multicast_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-19 06:44:51 +0000
committerGabor X Toth <*@tg-x.net>2013-08-19 06:44:51 +0000
commit76c34b131d62f4dac8766b725251e6474b4b2b85 (patch)
tree004a5e572c11e9e81c172b5582780147f4c0c282 /src/include/gnunet_multicast_service.h
parent83fc4b5ec139300250383fc3c6577b9333a309c6 (diff)
downloadgnunet-76c34b131d62f4dac8766b725251e6474b4b2b85.tar.gz
gnunet-76c34b131d62f4dac8766b725251e6474b4b2b85.zip
multicast/psyc: added admitted_since arg for join_decision(); social: added nym arg for the method cb
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);