gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34299 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r34299 - in gnunet/src: include util
Date: Sun, 21 Sep 2014 11:29:35 +0200

Author: grothoff
Date: 2014-09-21 11:29:35 +0200 (Sun, 21 Sep 2014)
New Revision: 34299

Modified:
   gnunet/src/include/gnunet_client_lib.h
   gnunet/src/util/client.c
Log:
fix #3544

Modified: gnunet/src/include/gnunet_client_lib.h
===================================================================
--- gnunet/src/include/gnunet_client_lib.h      2014-09-20 17:42:17 UTC (rev 
34298)
+++ gnunet/src/include/gnunet_client_lib.h      2014-09-21 09:29:35 UTC (rev 
34299)
@@ -105,8 +105,8 @@
 
 /**
  * Ask the client to call us once the specified number of bytes
- * are free in the transmission buffer.  May call the notify
- * method immediately if enough space is available.
+ * are free in the transmission buffer.  Will never call the @a notify
+ * callback in this task, but always first go into the scheduler.
  *
  * @param client connection to the service
  * @param size number of bytes to send

Modified: gnunet/src/util/client.c
===================================================================
--- gnunet/src/util/client.c    2014-09-20 17:42:17 UTC (rev 34298)
+++ gnunet/src/util/client.c    2014-09-21 09:29:35 UTC (rev 34299)
@@ -1181,8 +1181,8 @@
 
 /**
  * Ask the client to call us once the specified number of bytes
- * are free in the transmission buffer.  May call the notify
- * method immediately if enough space is available.
+ * are free in the transmission buffer.  Will never call the @a notify
+ * callback in this task, but always first go into the scheduler.
  *
  * @param client connection to the service
  * @param size number of bytes to send




reply via email to

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