539ca656ec62166b6b275e54fb378446e3c2834b
[deliverable/lttng-modules.git] / include / lttng / trigger-notification.h
1 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
2 *
3 * lttng/trigger-notification.h
4 *
5 * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
6 */
7
8 #ifndef _LTTNG_TRIGGER_NOTIFICATION_H
9 #define _LTTNG_TRIGGER_NOTIFICATION_H
10
11 #include <lttng/events.h>
12
13 void lttng_trigger_notification_send(struct lttng_trigger *trigger,
14 struct lttng_probe_ctx *lttng_probe_ctx,
15 const char *stack_data);
16
17 #endif /* _LTTNG_TRIGGER_NOTIFICATION_H */
This page took 0.03222 seconds and 5 git commands to generate.