lttng-ctl: Add error query interface
[lttng-tools.git] / include / Makefile.am
index 96e541332f99378f54a3a0cc3d30979ece3818ac..cb6209d92c02f9f0cd5f71386ee6da8747886d45 100644 (file)
@@ -104,6 +104,7 @@ lttnginclude_HEADERS = \
        lttng/destruction-handle.h \
        lttng/domain.h \
        lttng/endpoint.h \
+       lttng/error-query.h \
        lttng/event-expr.h \
        lttng/event-field-value.h \
        lttng/event.h \
@@ -112,6 +113,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 +131,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 +164,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 \
@@ -170,6 +174,7 @@ noinst_HEADERS = \
        lttng/condition/session-rotation-internal.h \
        lttng/domain-internal.h \
        lttng/endpoint-internal.h \
+       lttng/error-query-internal.h \
        lttng/event-expr-internal.h \
        lttng/event-field-value-internal.h \
        lttng/event-internal.h \
@@ -182,6 +187,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.023562 seconds and 4 git commands to generate.