Cleanup: enforce const-correctness in notification thread
[lttng-tools.git] / src / common / evaluation.c
index 91d5c0b1d8de7edbe397449784a264c873f9b923..e239193025f6e7abfe64273e92a1b199288e84ef 100644 (file)
@@ -32,7 +32,7 @@ void lttng_evaluation_init(struct lttng_evaluation *evaluation,
 }
 
 LTTNG_HIDDEN
 }
 
 LTTNG_HIDDEN
-int lttng_evaluation_serialize(struct lttng_evaluation *evaluation,
+int lttng_evaluation_serialize(const struct lttng_evaluation *evaluation,
                struct lttng_dynamic_buffer *buf)
 {
        int ret;
                struct lttng_dynamic_buffer *buf)
 {
        int ret;
This page took 0.022821 seconds and 4 git commands to generate.