lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / Makefile.am
index 3dd6eb81abf25037cf9da7a994ae37a104696267..5bb35abe219af030e507b81c609744b7edabe423 100644 (file)
@@ -106,10 +106,13 @@ babeltracectfirinclude_HEADERS = \
        babeltrace/ctf-ir/clock.h \
        babeltrace/ctf-ir/event-class.h \
        babeltrace/ctf-ir/event.h \
+       babeltrace/ctf-ir/event-header-field.h \
        babeltrace/ctf-ir/field-path.h \
        babeltrace/ctf-ir/field-types.h \
        babeltrace/ctf-ir/fields.h \
        babeltrace/ctf-ir/packet.h \
+       babeltrace/ctf-ir/packet-context-field.h \
+       babeltrace/ctf-ir/packet-header-field.h \
        babeltrace/ctf-ir/stream-class.h \
        babeltrace/ctf-ir/stream.h \
        babeltrace/ctf-ir/trace.h \
@@ -125,7 +128,6 @@ babeltraceplugininclude_HEADERS = \
 # Graph, component, and notification API
 babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
 babeltracegraphinclude_HEADERS = \
-       babeltrace/graph/clock-class-priority-map.h \
        babeltrace/graph/component-class-filter.h \
        babeltrace/graph/component-class-sink.h \
        babeltrace/graph/component-class-source.h \
@@ -137,10 +139,7 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/component.h \
        babeltrace/graph/connection.h \
        babeltrace/graph/graph.h \
-       babeltrace/graph/notification-discarded-events.h \
-       babeltrace/graph/notification-discarded-packets.h \
        babeltrace/graph/notification-event.h \
-       babeltrace/graph/notification-heap.h \
        babeltrace/graph/notification-inactivity.h \
        babeltrace/graph/notification-iterator.h \
        babeltrace/graph/notification-packet.h \
@@ -175,6 +174,7 @@ noinst_HEADERS = \
        babeltrace/common-internal.h \
        babeltrace/bitfield-internal.h \
        babeltrace/object-internal.h \
+       babeltrace/object-pool-internal.h \
        babeltrace/plugin/plugin-internal.h \
        babeltrace/plugin/plugin-so-internal.h \
        babeltrace/plugin/python-plugin-provider-internal.h \
@@ -202,10 +202,12 @@ noinst_HEADERS = \
        babeltrace/ctf-ir/stream-class-internal.h \
        babeltrace/ctf-ir/event-internal.h \
        babeltrace/ctf-ir/field-path-internal.h \
+       babeltrace/ctf-ir/field-wrapper-internal.h \
        babeltrace/ctf-ir/trace-internal.h \
        babeltrace/ctf-ir/clock-class-internal.h \
        babeltrace/ctf-ir/field-types-internal.h \
        babeltrace/ctf-ir/clock-value-internal.h \
+       babeltrace/ctf-ir/clock-value-set-internal.h \
        babeltrace/ctf-ir/attributes-internal.h \
        babeltrace/ctf-ir/stream-internal.h \
        babeltrace/ctf-ir/resolve-internal.h \
@@ -215,7 +217,6 @@ noinst_HEADERS = \
        babeltrace/compiler-internal.h \
        babeltrace/babeltrace-internal.h \
        babeltrace/assert-pre-internal.h \
-       babeltrace/ref-internal.h \
        babeltrace/graph/component-internal.h \
        babeltrace/graph/notification-stream-internal.h \
        babeltrace/graph/connection-internal.h \
@@ -224,9 +225,7 @@ noinst_HEADERS = \
        babeltrace/graph/graph-internal.h \
        babeltrace/graph/component-class-sink-colander-internal.h \
        babeltrace/graph/notification-inactivity-internal.h \
-       babeltrace/graph/notification-heap-internal.h \
        babeltrace/graph/component-source-internal.h \
-       babeltrace/graph/notification-discarded-elements-internal.h \
        babeltrace/graph/notification-packet-internal.h \
        babeltrace/graph/notification-iterator-internal.h \
        babeltrace/graph/notification-internal.h \
@@ -234,7 +233,6 @@ noinst_HEADERS = \
        babeltrace/graph/component-class-internal.h \
        babeltrace/graph/component-sink-internal.h \
        babeltrace/graph/port-internal.h \
-       babeltrace/graph/clock-class-priority-map-internal.h \
        babeltrace/list-internal.h \
        version.h \
        version.i
This page took 0.026244 seconds and 4 git commands to generate.