Rename firing policy to rate policy
[lttng-tools.git] / include / Makefile.am
index 96e541332f99378f54a3a0cc3d30979ece3818ac..94a421b0ab94147e69f19c2ccd9f1f9a737c8a00 100644 (file)
@@ -112,6 +112,7 @@ lttnginclude_HEADERS = \
        lttng/kernel-probe.h \
        lttng/load.h \
        lttng/location.h \
+       lttng/log-level-rule.h \
        lttng/lttng-error.h \
        lttng/lttng.h \
        lttng/rotation.h \
@@ -129,7 +130,8 @@ lttngactioninclude_HEADERS= \
        lttng/action/rotate-session.h \
        lttng/action/snapshot-session.h \
        lttng/action/start-session.h \
-       lttng/action/stop-session.h
+       lttng/action/stop-session.h \
+       lttng/action/rate-policy.h
 
 lttngconditioninclude_HEADERS= \
        lttng/condition/condition.h \
@@ -161,6 +163,7 @@ noinst_HEADERS = \
        lttng/action/snapshot-session-internal.h \
        lttng/action/start-session-internal.h \
        lttng/action/stop-session-internal.h \
+       lttng/action/rate-policy-internal.h \
        lttng/channel-internal.h \
        lttng/condition/buffer-usage-internal.h \
        lttng/condition/condition-internal.h \
@@ -182,6 +185,7 @@ noinst_HEADERS = \
        lttng/kernel-probe-internal.h \
        lttng/load-internal.h \
        lttng/location-internal.h \
+       lttng/log-level-rule-internal.h \
        lttng/notification/channel-internal.h \
        lttng/notification/notification-internal.h \
        lttng/ref-internal.h \
This page took 0.023209 seconds and 4 git commands to generate.