Cleanup: enforce const-correctness in notification thread
[lttng-tools.git] / src / common / buffer-usage.c
index dbfae89c8630b7886873892dd0222b75e870b953..e19a875c9b96ccd1e3f3d395f03787dc03d8b32e 100644 (file)
@@ -739,7 +739,7 @@ end:
 
 static
 int lttng_evaluation_buffer_usage_serialize(
 
 static
 int lttng_evaluation_buffer_usage_serialize(
-               struct lttng_evaluation *evaluation,
+               const struct lttng_evaluation *evaluation,
                struct lttng_dynamic_buffer *buf)
 {
        struct lttng_evaluation_buffer_usage *usage;
                struct lttng_dynamic_buffer *buf)
 {
        struct lttng_evaluation_buffer_usage *usage;
This page took 0.023076 seconds and 4 git commands to generate.