From df6facef1ea4d8dd7fe836d78473aa66270d6684 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Sat, 24 Aug 2013 06:25:10 +0000 Subject: multicast: added replay_end(), returning replay handle from join_decision(); removed admitted/effective since where not needed; social: keep_active flag instead of away --- src/include/gnunet_psyc_service.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/gnunet_psyc_service.h') diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h index ec6028772..7caf8a40f 100644 --- a/src/include/gnunet_psyc_service.h +++ b/src/include/gnunet_psyc_service.h @@ -258,7 +258,6 @@ typedef int * @param jh Join request handle. * @param is_admitted #GNUNET_YES if joining is approved, * #GNUNET_NO if it is disapproved. - * @param admitted_since Message ID the member is admitted since. * @param relay_count Number of relays given. * @param relays Array of suggested peers that might be useful relays to use * when joining the multicast group (essentially a list of peers that @@ -275,7 +274,6 @@ typedef int void GNUNET_PSYC_join_decision (struct GNUNET_PSYC_JoinHandle *jh, int is_admitted, - uint64_t admitted_since, unsigned int relay_count, const struct GNUNET_PeerIdentity *relays, const char *method_name, @@ -625,8 +623,7 @@ GNUNET_PSYC_channel_slave_add (struct GNUNET_PSYC_Channel *channel, void GNUNET_PSYC_channel_slave_remove (struct GNUNET_PSYC_Channel *channel, const struct GNUNET_CRYPTO_EccPublicKey *slave_key, - uint64_t announced_at, - uint64_t effective_since); + uint64_t announced_at); /** -- cgit v1.2.3