Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: If97146367f62edf739d1228908c21346c2dae231
cds_list_del(&stream->list);
delete_ust_app_stream(-1, stream, app);
}
- /* Flag the channel that it is sent to the application. */
- ua_chan->is_sent = 1;
error:
health_code_update();
*/
(void) release_ust_app_stream(-1, &stream, app);
}
- ua_chan->is_sent = 1;
error_stream_unlock:
pthread_mutex_unlock(&buf_reg_chan->stream_list_lock);
struct ust_app_channel {
int enabled;
int handle;
- /* Channel and streams were sent to the UST tracer. */
- int is_sent;
/*
* Unique key used to identify the channel on the consumer side.
* 0 is a reserved 'invalid' value used to indicate that the consumer