aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index 14a8b6e09..ec6028772 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -258,6 +258,7 @@ typedef int
258 * @param jh Join request handle. 258 * @param jh Join request handle.
259 * @param is_admitted #GNUNET_YES if joining is approved, 259 * @param is_admitted #GNUNET_YES if joining is approved,
260 * #GNUNET_NO if it is disapproved. 260 * #GNUNET_NO if it is disapproved.
261 * @param admitted_since Message ID the member is admitted since.
261 * @param relay_count Number of relays given. 262 * @param relay_count Number of relays given.
262 * @param relays Array of suggested peers that might be useful relays to use 263 * @param relays Array of suggested peers that might be useful relays to use
263 * when joining the multicast group (essentially a list of peers that 264 * when joining the multicast group (essentially a list of peers that
@@ -274,6 +275,7 @@ typedef int
274void 275void
275GNUNET_PSYC_join_decision (struct GNUNET_PSYC_JoinHandle *jh, 276GNUNET_PSYC_join_decision (struct GNUNET_PSYC_JoinHandle *jh,
276 int is_admitted, 277 int is_admitted,
278 uint64_t admitted_since,
277 unsigned int relay_count, 279 unsigned int relay_count,
278 const struct GNUNET_PeerIdentity *relays, 280 const struct GNUNET_PeerIdentity *relays,
279 const char *method_name, 281 const char *method_name,