aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-12 12:21:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-12 12:21:23 +0000
commitf91d5b56607557b84347dfa6a69cff1672b8d01f (patch)
treeb3557615ad3d6dd9d3f35728095a02270c8e4956 /src/include/gnunet_core_service.h
parent60d64e76a9f343c42f2303f3572d26e262c355c7 (diff)
downloadgnunet-f91d5b56607557b84347dfa6a69cff1672b8d01f.tar.gz
gnunet-f91d5b56607557b84347dfa6a69cff1672b8d01f.zip
-fix docu
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 1f6c0f329..47de010ae 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -229,8 +229,7 @@ struct GNUNET_CORE_TransmitHandle;
229 * @param cork is corking allowed for this transmission? 229 * @param cork is corking allowed for this transmission?
230 * @param priority how important is the message? 230 * @param priority how important is the message?
231 * @param maxdelay how long can the message wait? 231 * @param maxdelay how long can the message wait?
232 * @param target who should receive the message, 232 * @param target who should receive the message, never NULL (can be this peer's identity for loopback)
233 * use NULL for this peer (loopback)
234 * @param notify_size how many bytes of buffer space does notify want? 233 * @param notify_size how many bytes of buffer space does notify want?
235 * @param notify function to call when buffer space is available; 234 * @param notify function to call when buffer space is available;
236 * will be called with NULL on timeout or if the overall queue 235 * will be called with NULL on timeout or if the overall queue