aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-28 14:37:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-28 14:37:54 +0000
commitaf1de477ca46a08fd42de32c251dc1aa2c1ab18b (patch)
tree4bcf645e2e8cb09840a2bd67dab4d0a9b97bedd4 /src/include/gnunet_disk_lib.h
parentc7a454923cadebed9fe9807a59a76785bd83fdcd (diff)
downloadgnunet-af1de477ca46a08fd42de32c251dc1aa2c1ab18b.tar.gz
gnunet-af1de477ca46a08fd42de32c251dc1aa2c1ab18b.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h3
1 files changed, 2 insertions, 1 deletions
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
404 * Creates a pipe object from a couple of file descriptors. 404 * Creates a pipe object from a couple of file descriptors.
405 * Useful for wrapping existing pipe FDs. 405 * Useful for wrapping existing pipe FDs.
406 * 406 *
407 * @param blocking creates an asynchronous pipe if set to GNUNET_NO 407 * @param blocking_read creates an asynchronous pipe for reading if set to GNUNET_NO
408 * @param blocking_write creates an asynchronous pipe for writing if set to GNUNET_NO
408 * @param fd an array of two fd values. One of them may be -1 for read-only or write-only pipes 409 * @param fd an array of two fd values. One of them may be -1 for read-only or write-only pipes
409 * 410 *
410 * @return handle to the new pipe, NULL on error 411 * @return handle to the new pipe, NULL on error