sessiond: implement EXECUTE_ERROR_QUERY command
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index dcda2365dd0a134d3075c4f1a81af3bf25cdefec..9aa13ff2220eb751c8455960ca55dafdc6a3f871 100644 (file)
@@ -154,6 +154,10 @@ enum lttng_error_code cmd_unregister_trigger(
 int cmd_list_triggers(struct command_ctx *cmd_ctx,
                struct notification_thread_handle *notification_thread_handle,
                struct lttng_triggers **return_triggers);
+enum lttng_error_code cmd_execute_error_query(const struct lttng_credentials *cmd_creds,
+               const struct lttng_error_query *query,
+               struct lttng_error_query_results **_results,
+               struct notification_thread_handle *notification_thread);
 
 int cmd_rotate_session(struct ltt_session *session,
                struct lttng_rotate_session_return *rotate_return,
This page took 0.022857 seconds and 4 git commands to generate.