From 0e7da0de73d071e6a0b1510eb45b20940b366e65 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 12 Aug 2011 15:53:32 +0000 Subject: [PATCH] docu --- src/include/gnunet_transport_plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h index 76b851255..99f695264 100644 --- a/src/include/gnunet_transport_plugin.h +++ b/src/include/gnunet_transport_plugin.h @@ -71,7 +71,9 @@ struct SessionHeader * cleans up a session pointer and hence the service needs to * discard all of those sessions as well. Plugins that do not * use sessions can simply omit calling this function and always - * use NULL wherever a session pointer is needed. + * use NULL wherever a session pointer is needed. This function + * should be called BEFORE a potential "TransmitContinuation" + * from the "TransmitFunction". * * @param cls closure * @param peer which peer was the session for -- 2.25.1