From c6df084aa83dbe5e43f82a0ac2510ca4bd1d866a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 27 Nov 2012 20:15:57 +0000 Subject: [PATCH] -clarify API (#2661) --- src/include/gnunet_core_service.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1