ucx/buffer.h

changeset 67
27e67e725d35
parent 64
16590c9c497c
child 69
fb59270b1de3
     1.1 --- a/ucx/buffer.h	Thu Oct 11 08:42:56 2012 +0200
     1.2 +++ b/ucx/buffer.h	Thu Oct 11 11:42:31 2012 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4   * if length is zero, the whole remaining buffer shall be extracted
     1.5   * the position of the new buffer is set to zero
     1.6   */
     1.7 -UcxBuffer *ucx_buffer_extract(UcxBuffer *src,
     1.8 +UcxBuffer *restrict ucx_buffer_extract(UcxBuffer *restrict src,
     1.9          size_t start, size_t length, int flags);
    1.10  #define ucx_buffer_clone(src,flags) \
    1.11      ucx_buffer_extract(src, 0, 0, flags)

mercurial