Make lttng_dynamic_buffer_append_buffer const-correct
[lttng-tools.git] / src / common / dynamic-buffer.h
index 1f27f74033be3464ca8f3bdb6e0771f059066dd5..1352a67c103a49206f5feca938761bc261fbb542 100644 (file)
@@ -46,7 +46,7 @@ int lttng_dynamic_buffer_append(struct lttng_dynamic_buffer *buffer,
  */
 LTTNG_HIDDEN
 int lttng_dynamic_buffer_append_buffer(struct lttng_dynamic_buffer *dst_buffer,
  */
 LTTNG_HIDDEN
 int lttng_dynamic_buffer_append_buffer(struct lttng_dynamic_buffer *dst_buffer,
-               struct lttng_dynamic_buffer *src_buffer);
+               const struct lttng_dynamic_buffer *src_buffer);
 
 /*
  * Set the buffer's size to new_size. The capacity of the buffer will
 
 /*
  * Set the buffer's size to new_size. The capacity of the buffer will
This page took 0.024286 seconds and 5 git commands to generate.