lttng-ctl: Add error query interface
[lttng-tools.git] / include / Makefile.am
index 994c511663da0e157445cc3940d0bb7cfcbdac5d..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 \
@@ -130,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 \
@@ -162,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 \
@@ -171,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 \
This page took 0.022884 seconds and 4 git commands to generate.