action-executor: consider action firing policy on action execution
[lttng-tools.git] / include / lttng / action / firing-policy-internal.h
index 0fd62ee990ae6cec84aedad5baae09d1e92751c0..a6e607676cad77407fa7637f948a084aa63dc9c7 100644 (file)
@@ -33,4 +33,8 @@ LTTNG_HIDDEN
 struct lttng_firing_policy *lttng_firing_policy_copy(
                const struct lttng_firing_policy *source);
 
+LTTNG_HIDDEN
+bool lttng_firing_policy_should_execute(
+               const struct lttng_firing_policy *policy, uint64_t counter);
+
 #endif /* LTTNG_FIRING_POLICY */
This page took 0.022827 seconds and 4 git commands to generate.