X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Flttng-live.h;h=a6e1590df8b58b7c0d59ddf1c2f22a01c15ea164;hb=cad707e2548d7c9ea8501f12aec7ed28eaaf7975;hp=ad01c7ddab760693e7cb0b7b2f084ac6d41d9948;hpb=6d54260a276ca4284cafe05d45e84f6d6cc7bce4;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;