From 4ca6ea4f01c9e1a1b40f6e4232fc3ce18358667e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 12 Jun 2013 20:23:09 +0000 Subject: [PATCH] -clarify need to decide on admission --- src/include/gnunet_social_service.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index 8896320e3..13e4789f0 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -156,8 +156,10 @@ GNUNET_SOCIAL_ego_destroy (struct GNUNET_SOCIAL_Ego *ego); /** * Function called asking for nym to be admitted to the room. Should * call either 'GNUNET_SOCIAL_home_admit' or - * 'GNUNET_SOCIAL_home_reject_entry' (possibly asynchronously). The - * 'nym' reference remains valid until the + * 'GNUNET_SOCIAL_home_reject_entry' (possibly asynchronously). If + * this owner cannot decide, it is fine to call neither function, in + * which case hopefully some other owner of the home exists that will + * make the decision. The 'nym' reference remains valid until the * 'GNUNET_SOCIAL_FarewellCallback' is invoked for it. * * @param cls closure -- 2.25.1