Implement firing policy for the notify action
[lttng-tools.git] / include / lttng / action / notify-internal.h
index 1a6abe561a86818a9de41b0950d12c4cbfb71511..d727e6860119609eda2a370d6b0ccee6c1c88ec6 100644 (file)
@@ -13,6 +13,7 @@
 
 struct lttng_action_notify {
        struct lttng_action parent;
+       struct lttng_firing_policy *policy;
 };
 
 LTTNG_HIDDEN
This page took 0.02308 seconds and 4 git commands to generate.