SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / include / lttng / action / notify-internal.h
... / ...
CommitLineData
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/notify.h>
12#include <lttng/action/action-internal.h>
13
14struct lttng_action_notify {
15 struct lttng_action parent;
16};
17
18LTTNG_HIDDEN
19ssize_t lttng_action_notify_create_from_buffer(
20 const struct lttng_buffer_view *view,
21 struct lttng_action **action);
22
23#endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */
This page took 0.02487 seconds and 5 git commands to generate.