X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Flttng-live.h;h=57de598b974473c95e7798b9bc434ff8857d5f23;hb=59225a3e0e13a9c674234755e55055d9ff68d635;hp=e5d08613d560192bfb2584684521a0dfcaa9a3fe;hpb=bce81ff21251e1ce35e186f7b6996268a6943c6f;p=babeltrace.git diff --git a/src/plugins/ctf/lttng-live/lttng-live.h b/src/plugins/ctf/lttng-live/lttng-live.h index e5d08613..57de598b 100644 --- a/src/plugins/ctf/lttng-live/lttng-live.h +++ b/src/plugins/ctf/lttng-live/lttng-live.h @@ -119,6 +119,8 @@ struct lttng_live_stream_iterator { /* Owned by this. */ GString *name; + + bool has_stream_hung_up; }; struct lttng_live_metadata { @@ -260,13 +262,14 @@ enum lttng_live_iterator_status { bt_component_class_init_method_status lttng_live_component_init( bt_self_component_source *self_comp, + bt_self_component_source_configuration *config, const bt_value *params, void *init_method_data); bt_component_class_query_method_status lttng_live_query( bt_self_component_class_source *comp_class, bt_private_query_executor *priv_query_exec, const char *object, const bt_value *params, - const bt_value **result); + void *method_data, const bt_value **result); void lttng_live_component_finalize(bt_self_component_source *component);