X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.h;fp=include%2Flttng%2Faction%2Fnotify-internal.h;h=0000000000000000000000000000000000000000;hp=8588ac29554829ba022d2d23d2e8ebdd097cbe88;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/include/lttng/action/notify-internal.h b/include/lttng/action/notify-internal.h deleted file mode 100644 index 8588ac295..000000000 --- a/include/lttng/action/notify-internal.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2017 Jérémie Galarneau - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_ACTION_NOTIFY_INTERNAL_H -#define LTTNG_ACTION_NOTIFY_INTERNAL_H - -#include -#include - -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 */