lib: use object pool for event and packet notifications
[babeltrace.git] / include / Makefile.am
index 3dd6eb81abf25037cf9da7a994ae37a104696267..b25aabfef96b2f6437f9c1eecd4334e00157a9e1 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 \
@@ -140,7 +143,6 @@ babeltracegraphinclude_HEADERS = \
        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 +177,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,6 +205,7 @@ 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 \
@@ -224,7 +228,6 @@ 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 \
This page took 0.026355 seconds and 4 git commands to generate.