-doxygen
authorChristian Grothoff <christian@grothoff.org>
Sat, 28 Jan 2012 14:37:54 +0000 (14:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 28 Jan 2012 14:37:54 +0000 (14:37 +0000)
src/include/gnunet_disk_lib.h

index 25f972b5b39380c9e9f07c0d796571271f4bd7bb..75f64cf2e8ae65f9f6269fe6ee1ba6513b4d7ee3 100644 (file)
@@ -404,7 +404,8 @@ GNUNET_DISK_pipe (int blocking_read, int blocking_write, int inherit_read, int i
  * Creates a pipe object from a couple of file descriptors.
  * Useful for wrapping existing pipe FDs.
  *
- * @param blocking creates an asynchronous pipe if set to GNUNET_NO
+ * @param blocking_read creates an asynchronous pipe for reading if set to GNUNET_NO
+ * @param blocking_write creates an asynchronous pipe for writing if set to GNUNET_NO
  * @param fd an array of two fd values. One of them may be -1 for read-only or write-only pipes
  *
  * @return handle to the new pipe, NULL on error