gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19127 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r19127 - gnunet/src/include
Date: Fri, 13 Jan 2012 22:33:17 +0100

Author: harsha
Date: 2012-01-13 22:33:17 +0100 (Fri, 13 Jan 2012)
New Revision: 19127

Modified:
   gnunet/src/include/gnunet_stream_lib.h
Log:
removed ambigious description

Modified: gnunet/src/include/gnunet_stream_lib.h
===================================================================
--- gnunet/src/include/gnunet_stream_lib.h      2012-01-13 18:10:05 UTC (rev 
19126)
+++ gnunet/src/include/gnunet_stream_lib.h      2012-01-13 21:33:17 UTC (rev 
19127)
@@ -191,9 +191,9 @@
  * Functions of this signature are called whenever writing operations
  * on a stream are executed
  *
- * @param cls the closure from GNUNET_STREAM_write/read
+ * @param cls the closure from GNUNET_STREAM_write
  * @param status the status of the stream at the time this function is called
- * @param size the number of bytes read or written
+ * @param size the number of bytes written
  */
 typedef void (*GNUNET_STREAM_CompletionContinuation) (void *cls,
                                                      enum GNUNET_STREAM_Status
@@ -231,7 +231,7 @@
  * Functions of this signature are called whenever data is available from the
  * stream.
  *
- * @param cls the closure from GNUNET_STREAM_write/read
+ * @param cls the closure from GNUNET_STREAM_read
  * @param status the status of the stream at the time this function is called
  * @param data traffic from the other side
  * @param size the number of bytes available in data read 




reply via email to

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