From: Christian Grothoff Date: Tue, 27 Nov 2012 20:15:57 +0000 (+0000) Subject: -clarify API (#2661) X-Git-Tag: initial-import-from-subversion-38251~10697 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c6df084aa83dbe5e43f82a0ac2510ca4bd1d866a;p=oweals%2Fgnunet.git -clarify API (#2661) --- diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index c648c3ce0..ca4048b52 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -131,7 +131,9 @@ struct GNUNET_CORE_MessageHandler * for good). Note that the private key of the peer is intentionally * not exposed here; if you need it, your process should try to read * the private key file directly (which should work if you are - * authorized...). + * authorized...). Implementations of this function must not call + * GNUNET_CORE_disconnect (other than by scheduling a new task to + * do this later). * * @param cls closure * @param server handle to the server, NULL if we failed