X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Flttng-live.cpp;h=0ea15c7613467565c398912020f6609e279ff522;hb=7d91f1ac08c6021842ae28aaf3b5c93a8184b0f5;hp=02900df411a0f4375a28d0f8b42989204ff78a0d;hpb=ce11b8c4429f974708a1b21a9fe133b6814617f3;p=babeltrace.git diff --git a/src/plugins/ctf/lttng-live/lttng-live.cpp b/src/plugins/ctf/lttng-live/lttng-live.cpp index 02900df4..0ea15c76 100644 --- a/src/plugins/ctf/lttng-live/lttng-live.cpp +++ b/src/plugins/ctf/lttng-live/lttng-live.cpp @@ -720,8 +720,7 @@ end: return ret; } -static int live_get_msg_ts_ns(struct lttng_live_stream_iterator *, - struct lttng_live_msg_iter *lttng_live_msg_iter, +static int live_get_msg_ts_ns(struct lttng_live_msg_iter *lttng_live_msg_iter, const bt_message *msg, int64_t last_msg_ts_ns, int64_t *ts_ns) { const bt_clock_snapshot *clock_snapshot = NULL; @@ -1282,8 +1281,8 @@ next_stream_iterator_for_trace(struct lttng_live_msg_iter *lttng_live_msg_iter, * Get the timestamp in nanoseconds from origin of this * messsage. */ - live_get_msg_ts_ns(stream_iter, lttng_live_msg_iter, msg, - lttng_live_msg_iter->last_msg_ts_ns, &curr_msg_ts_ns); + live_get_msg_ts_ns(lttng_live_msg_iter, msg, lttng_live_msg_iter->last_msg_ts_ns, + &curr_msg_ts_ns); /* * Check if the message of the current live stream @@ -1781,8 +1780,7 @@ end: bt_message_iterator_class_initialize_method_status lttng_live_msg_iter_init(bt_self_message_iterator *self_msg_it, - bt_self_message_iterator_configuration *, - bt_self_component_port_output *) + bt_self_message_iterator_configuration *, bt_self_component_port_output *) { bt_message_iterator_class_initialize_method_status status; struct lttng_live_component *lttng_live; @@ -2173,8 +2171,7 @@ end: bt_component_class_initialize_method_status lttng_live_component_init(bt_self_component_source *self_comp_src, - bt_self_component_source_configuration *, const bt_value *params, - void *) + bt_self_component_source_configuration *, const bt_value *params, void *) { struct lttng_live_component *lttng_live; bt_component_class_initialize_method_status ret;