X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Flttng-live.h;h=a6e1590df8b58b7c0d59ddf1c2f22a01c15ea164;hb=55e57fc952297e772d08a4b71d2447341f54c82b;hp=ad01c7ddab760693e7cb0b7b2f084ac6d41d9948;hpb=3b89958b0f82e271e97c685591faac1dbcbc12e3;p=babeltrace.git diff --git a/src/plugins/ctf/lttng-live/lttng-live.h b/src/plugins/ctf/lttng-live/lttng-live.h index ad01c7dd..a6e1590d 100644 --- a/src/plugins/ctf/lttng-live/lttng-live.h +++ b/src/plugins/ctf/lttng-live/lttng-live.h @@ -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;