aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-21 09:29:35 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-21 09:29:35 +0000
commit10ae843114fd76b94cf684fd4347e7ece49dd57c (patch)
treec7099a27c665a1c4f9b6c955cbbb7d1742abed66 /src/util
parentf306e8dd6ea01dea1dbf2cbb6a49b899021281ad (diff)
downloadgnunet-10ae843114fd76b94cf684fd4347e7ece49dd57c.tar.gz
gnunet-10ae843114fd76b94cf684fd4347e7ece49dd57c.zip
fix #3544
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 02bec5a8f..15d52ec60 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -1181,8 +1181,8 @@ client_notify (void *cls, size_t size, void *buf)
1181 1181
1182/** 1182/**
1183 * Ask the client to call us once the specified number of bytes 1183 * Ask the client to call us once the specified number of bytes
1184 * are free in the transmission buffer. May call the notify 1184 * are free in the transmission buffer. Will never call the @a notify
1185 * method immediately if enough space is available. 1185 * callback in this task, but always first go into the scheduler.
1186 * 1186 *
1187 * @param client connection to the service 1187 * @param client connection to the service
1188 * @param size number of bytes to send 1188 * @param size number of bytes to send