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
     1.1 --- a/ucx/utils.h	Wed Sep 07 12:41:30 2016 +0200
     1.2 +++ b/ucx/utils.h	Thu Sep 08 12:04:01 2016 +0200
     1.3 @@ -48,7 +48,10 @@
     1.4  #include <inttypes.h>
     1.5  #include <string.h>
     1.6  #include <stdarg.h>
     1.7 -    
     1.8 +
     1.9 +/**
    1.10 + * Default buffer size for ucx_stream_copy() and ucx_stream_ncopy().
    1.11 + */
    1.12  #define UCX_STREAM_COPY_BUFSIZE 4096
    1.13  
    1.14  /**

mercurial