aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-12 15:53:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-12 15:53:32 +0000
commit0e7da0de73d071e6a0b1510eb45b20940b366e65 (patch)
treec27049a2bd1fcbad0d690a93a17d1252ec52ddba /src
parent25d2cf2ca1882482d535c8ad0d879b9846e12ea2 (diff)
downloadgnunet-0e7da0de73d071e6a0b1510eb45b20940b366e65.tar.gz
gnunet-0e7da0de73d071e6a0b1510eb45b20940b366e65.zip
docu
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_transport_plugin.h4
1 files changed, 3 insertions, 1 deletions
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
71 * cleans up a session pointer and hence the service needs to 71 * cleans up a session pointer and hence the service needs to
72 * discard all of those sessions as well. Plugins that do not 72 * discard all of those sessions as well. Plugins that do not
73 * use sessions can simply omit calling this function and always 73 * use sessions can simply omit calling this function and always
74 * use NULL wherever a session pointer is needed. 74 * use NULL wherever a session pointer is needed. This function
75 * should be called BEFORE a potential "TransmitContinuation"
76 * from the "TransmitFunction".
75 * 77 *
76 * @param cls closure 78 * @param cls closure
77 * @param peer which peer was the session for 79 * @param peer which peer was the session for