aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-08 21:04:18 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-08 21:04:18 +0000
commit74ae43d6c88f18a795ee9e5aee6a7e211e6ba964 (patch)
tree9b8bd0a701a78e0888d6095d289793810c648794 /src/include/gnunet_client_lib.h
parent423523a8c32a35988f83dda2c3c362178e7e0c2f (diff)
downloadgnunet-74ae43d6c88f18a795ee9e5aee6a7e211e6ba964.tar.gz
gnunet-74ae43d6c88f18a795ee9e5aee6a7e211e6ba964.zip
reducing leaks, fixing shutdown bug, increasing timeouts
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 3773a55d1..b2311e870 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -70,7 +70,8 @@ struct GNUNET_CLIENT_Connection *GNUNET_CLIENT_connect (struct
70 * transmission request will also be cancelled UNLESS the callback for 70 * transmission request will also be cancelled UNLESS the callback for
71 * the transmission request has already been called, in which case the 71 * the transmission request has already been called, in which case the
72 * transmission is guaranteed to complete before the socket is fully 72 * transmission is guaranteed to complete before the socket is fully
73 * destroyed. 73 * destroyed (unless, of course, there is an error with the server
74 * in which case the message may still be lost).
74 * 75 *
75 * @param sock handle to the service connection 76 * @param sock handle to the service connection
76 */ 77 */