gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20961 - in gnunet/src: core include


From: gnunet
Subject: [GNUnet-SVN] r20961 - in gnunet/src: core include
Date: Thu, 12 Apr 2012 14:21:23 +0200

Author: grothoff
Date: 2012-04-12 14:21:23 +0200 (Thu, 12 Apr 2012)
New Revision: 20961

Modified:
   gnunet/src/core/core_api.c
   gnunet/src/include/gnunet_core_service.h
Log:
-fix docu

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2012-04-12 11:56:15 UTC (rev 20960)
+++ gnunet/src/core/core_api.c  2012-04-12 12:21:23 UTC (rev 20961)
@@ -1340,8 +1340,7 @@
  * @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

Modified: gnunet/src/include/gnunet_core_service.h
===================================================================
--- gnunet/src/include/gnunet_core_service.h    2012-04-12 11:56:15 UTC (rev 
20960)
+++ gnunet/src/include/gnunet_core_service.h    2012-04-12 12:21:23 UTC (rev 
20961)
@@ -229,8 +229,7 @@
  * @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]