ctf: const-ify a few bt_message parameters
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index ad01c7ddab760693e7cb0b7b2f084ac6d41d9948..a6e1590df8b58b7c0d59ddf1c2f22a01c15ea164 100644 (file)
@@ -110,7 +110,7 @@ struct lttng_live_stream_iterator {
         * The current message produced by this live stream iterator. Owned by
         * this.
         */
-       bt_message *current_msg;
+       const bt_message *current_msg;
 
        /* Timestamp in nanoseconds of the current message (current_msg). */
        int64_t current_msg_ts_ns;
This page took 0.024742 seconds and 4 git commands to generate.