X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Ffiring-policy-internal.h;h=a6e607676cad77407fa7637f948a084aa63dc9c7;hp=0fd62ee990ae6cec84aedad5baae09d1e92751c0;hb=2d57482cbac710612a36b7beae7b59c277006185;hpb=5b2c0a3e186f860a928413c7fa41ee86e7464f56 diff --git a/include/lttng/action/firing-policy-internal.h b/include/lttng/action/firing-policy-internal.h index 0fd62ee99..a6e607676 100644 --- a/include/lttng/action/firing-policy-internal.h +++ b/include/lttng/action/firing-policy-internal.h @@ -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 */