SoW-2020-0002: Trace Hit Counters: Implement key-addressed counters as a new LTTng...
[deliverable/lttng-modules.git] / include / lttng / trigger-notification.h
diff --git a/include/lttng/trigger-notification.h b/include/lttng/trigger-notification.h
new file mode 100644 (file)
index 0000000..539ca65
--- /dev/null
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * lttng/trigger-notification.h
+ *
+ * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
+ */
+
+#ifndef _LTTNG_TRIGGER_NOTIFICATION_H
+#define _LTTNG_TRIGGER_NOTIFICATION_H
+
+#include <lttng/events.h>
+
+void lttng_trigger_notification_send(struct lttng_trigger *trigger,
+               struct lttng_probe_ctx *lttng_probe_ctx,
+               const char *stack_data);
+
+#endif /* _LTTNG_TRIGGER_NOTIFICATION_H */
This page took 0.026391 seconds and 5 git commands to generate.