aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_connection_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-19 11:55:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-19 11:55:40 +0000
commit50c4e060fc721dfe2af9115639a4d47e88e04f00 (patch)
tree5ba39a3f1335c65bd750261cc78db9f39bb076fc /src/include/gnunet_connection_lib.h
parent93a5401e858e978aa2d7fc090fc1f6612c15dc3f (diff)
downloadgnunet-50c4e060fc721dfe2af9115639a4d47e88e04f00.tar.gz
gnunet-50c4e060fc721dfe2af9115639a4d47e88e04f00.zip
-simplifying destruction of connections, cleaning up server API -- all for #2274
Diffstat (limited to 'src/include/gnunet_connection_lib.h')
-rw-r--r--src/include/gnunet_connection_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 5c9ead95e..0806ccaa3 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -230,10 +230,9 @@ GNUNET_CONNECTION_get_address (struct GNUNET_CONNECTION_Handle *connection,
230 230
231 231
232/** 232/**
233 * Close the connection and free associated resources. A pending 233 * Close the connection and free associated resources. There must
234 * request for transmission is automatically cancelled (we might 234 * not be any pending requests for reading or writing to the
235 * want to change this in the future). We require that there 235 * connection at this time.
236 * are no active pending requests for reading from the connection.
237 * 236 *
238 * @param connection connection to destroy 237 * @param connection connection to destroy
239 */ 238 */