SoW-2019-0007-2: Dynamic Snapshot: Triggers send partial event payload with notifications
[lttng-tools.git] / include / lttng / condition / evaluation-internal.h
index a2cb432fc1046679ec9e57296cbe40e9244f7e5d..d85ce3af0d42588530f94870851a8b87df27d7fe 100644 (file)
@@ -9,6 +9,7 @@
 #define LTTNG_EVALUATION_INTERNAL_H
 
 #include <lttng/condition/evaluation.h>
+#include <lttng/condition/condition.h>
 #include <common/macros.h>
 #include <common/buffer-view.h>
 #include <common/dynamic-buffer.h>
@@ -37,7 +38,9 @@ void lttng_evaluation_init(struct lttng_evaluation *evaluation,
                enum lttng_condition_type type);
 
 LTTNG_HIDDEN
-ssize_t lttng_evaluation_create_from_buffer(const struct lttng_buffer_view *view,
+ssize_t lttng_evaluation_create_from_buffer(
+               const struct lttng_condition *condition,
+               const struct lttng_buffer_view *view,
                struct lttng_evaluation **evaluation);
 
 LTTNG_HIDDEN
This page took 0.037204 seconds and 5 git commands to generate.