Clean-up: consumer.hpp: coding style indentation fix
[lttng-tools.git] / include / lttng / action / notify-internal.hpp
1 /*
2 * Copyright (C) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8 #ifndef LTTNG_ACTION_NOTIFY_INTERNAL_H
9 #define LTTNG_ACTION_NOTIFY_INTERNAL_H
10
11 #include <lttng/action/action-internal.hpp>
12 #include <lttng/action/notify.h>
13
14 struct lttng_action_notify {
15 struct lttng_action parent;
16 struct lttng_rate_policy *policy;
17 };
18
19 ssize_t lttng_action_notify_create_from_payload(struct lttng_payload_view *view,
20 struct lttng_action **action);
21
22 #endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */
This page took 0.029176 seconds and 4 git commands to generate.