documents UCX_STREAM_COPY_BUFSIZE

Thu, 08 Sep 2016 12:04:01 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 08 Sep 2016 12:04:01 +0200
changeset 224
f9ba63fc6a80
parent 223
e18884bbad48
child 225
a1a068c2c4ef

documents UCX_STREAM_COPY_BUFSIZE

ucx/utils.h file | annotate | diff | comparison | revisions
--- a/ucx/utils.h	Wed Sep 07 12:41:30 2016 +0200
+++ b/ucx/utils.h	Thu Sep 08 12:04:01 2016 +0200
@@ -48,7 +48,10 @@
 #include <inttypes.h>
 #include <string.h>
 #include <stdarg.h>
-    
+
+/**
+ * Default buffer size for ucx_stream_copy() and ucx_stream_ncopy().
+ */
 #define UCX_STREAM_COPY_BUFSIZE 4096
 
 /**

mercurial