From f91d5b56607557b84347dfa6a69cff1672b8d01f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Apr 2012 12:21:23 +0000 Subject: [PATCH] -fix docu --- src/core/core_api.c | 3 +-- src/include/gnunet_core_service.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/core/core_api.c b/src/core/core_api.c index 66df134fb..ecfe8b478 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1340,8 +1340,7 @@ run_request_next_transmission (void *cls, * @param cork is corking allowed for this transmission? * @param priority how important is the message? * @param maxdelay how long can the message wait? - * @param target who should receive the message, - * use NULL for this peer (loopback) + * @param target who should receive the message, never NULL (can be this peer's identity for loopback) * @param notify_size how many bytes of buffer space does notify want? * @param notify function to call when buffer space is available * @param notify_cls closure for notify 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; * @param cork is corking allowed for this transmission? * @param priority how important is the message? * @param maxdelay how long can the message wait? - * @param target who should receive the message, - * use NULL for this peer (loopback) + * @param target who should receive the message, never NULL (can be this peer's identity for loopback) * @param notify_size how many bytes of buffer space does notify want? * @param notify function to call when buffer space is available; * will be called with NULL on timeout or if the overall queue -- 2.25.1