Rename C++ header files to .hpp
[lttng-tools.git] / include / lttng / action / notify-internal.h
diff --git a/include/lttng/action/notify-internal.h b/include/lttng/action/notify-internal.h
deleted file mode 100644 (file)
index 8588ac2..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright (C) 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- */
-
-#ifndef LTTNG_ACTION_NOTIFY_INTERNAL_H
-#define LTTNG_ACTION_NOTIFY_INTERNAL_H
-
-#include <lttng/action/notify.h>
-#include <lttng/action/action-internal.h>
-
-struct lttng_action_notify {
-       struct lttng_action parent;
-       struct lttng_rate_policy *policy;
-};
-
-ssize_t lttng_action_notify_create_from_payload(
-               struct lttng_payload_view *view,
-               struct lttng_action **action);
-
-#endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */
This page took 0.024025 seconds and 4 git commands to generate.