Rename C++ header files to .hpp
[lttng-tools.git] / include / lttng / action / notify-internal.hpp
CommitLineData
a58c490f 1/*
ab5be9fa 2 * Copyright (C) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
a58c490f 3 *
ab5be9fa 4 * SPDX-License-Identifier: LGPL-2.1-only
a58c490f 5 *
a58c490f
JG
6 */
7
8#ifndef LTTNG_ACTION_NOTIFY_INTERNAL_H
9#define LTTNG_ACTION_NOTIFY_INTERNAL_H
10
11#include <lttng/action/notify.h>
c9e313bc 12#include <lttng/action/action-internal.hpp>
a58c490f
JG
13
14struct lttng_action_notify {
15 struct lttng_action parent;
7f4d5b07 16 struct lttng_rate_policy *policy;
a58c490f
JG
17};
18
c0a66c84
JG
19ssize_t lttng_action_notify_create_from_payload(
20 struct lttng_payload_view *view,
869a3c2d
SM
21 struct lttng_action **action);
22
a58c490f 23#endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */
This page took 0.037497 seconds and 4 git commands to generate.