ucx/buffer.h

changeset 146
aa376dba1ba8
parent 140
15f871f50bfd
child 163
5ec9a2ca6328
     1.1 --- a/ucx/buffer.h	Wed Aug 14 16:07:49 2013 +0200
     1.2 +++ b/ucx/buffer.h	Fri Aug 16 13:40:10 2013 +0200
     1.3 @@ -58,10 +58,12 @@
     1.4   * No buffer features enabled (all flags cleared).
     1.5   */
     1.6  #define UCX_BUFFER_DEFAULT      0x00
     1.7 +
     1.8  /**
     1.9   * If this flag is enabled, the buffer will automatically free its contents.
    1.10   */
    1.11  #define UCX_BUFFER_AUTOFREE     0x01
    1.12 +
    1.13  /**
    1.14   * If this flag is enabled, the buffer will automatically extends its capacity.
    1.15   */

mercurial