From: Christian Grothoff Date: Sat, 28 Jan 2012 14:37:54 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~15031 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=af1de477ca46a08fd42de32c251dc1aa2c1ab18b;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h index 25f972b5b..75f64cf2e 100644 --- a/src/include/gnunet_disk_lib.h +++ b/src/include/gnunet_disk_lib.h @@ -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