Add condition-targeting error query
[lttng-tools.git] / include / lttng / error-query.h
index 8a5945ae9c75467dd9bb6ffeb45c236d60f084a8..ff0f0ae99ef06088e7706712665715d62f13dae9 100644 (file)
@@ -61,6 +61,10 @@ enum lttng_error_query_results_status {
 extern struct lttng_error_query *lttng_error_query_trigger_create(
                const struct lttng_trigger *trigger);
 
+/* Create an error query targetting a trigger's condition object. */
+extern struct lttng_error_query *lttng_error_query_condition_create(
+               const struct lttng_trigger *trigger);
+
 /*
  * Create an error query targetting an action object.
  *
This page took 0.023374 seconds and 4 git commands to generate.