Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
#include <common/macros.h>
#include <common/buffer-view.h>
#include <stdbool.h>
+#include <sys/types.h>
typedef bool (*action_validate_cb)(struct lttng_action *action);
typedef void (*action_destroy_cb)(struct lttng_action *action);
#include <common/buffer-view.h>
#include <stdint.h>
#include <stdbool.h>
+#include <sys/types.h>
struct lttng_notification {
struct lttng_condition *condition;
#include <common/buffer-view.h>
#include <stdint.h>
#include <stdbool.h>
+#include <sys/types.h>
struct lttng_trigger {
struct lttng_condition *condition;