lib: add output port notification iterator
[babeltrace.git] / include / Makefile.am
index a0dd70802c8fae0fe01e5720f1f262e396506357..cd03f56ac35260252c2c6cb078ed8aab71f30f7f 100644 (file)
@@ -51,7 +51,6 @@ babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
 babeltracegraphinclude_HEADERS = \
        babeltrace/graph/clock-class-priority-map.h \
        babeltrace/graph/component-class-filter.h \
-       babeltrace/graph/component-class-sink-colander.h \
        babeltrace/graph/component-class-sink.h \
        babeltrace/graph/component-class-source.h \
        babeltrace/graph/component-class.h \
@@ -71,14 +70,17 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/notification.h \
        babeltrace/graph/notification-packet.h \
        babeltrace/graph/notification-stream.h \
+       babeltrace/graph/output-port-notification-iterator.h \
        babeltrace/graph/port.h \
        babeltrace/graph/private-component-filter.h \
        babeltrace/graph/private-component-sink.h \
        babeltrace/graph/private-component-source.h \
        babeltrace/graph/private-component.h \
+       babeltrace/graph/private-connection-notification-iterator.h \
+       babeltrace/graph/private-connection-private-notification-iterator.h \
        babeltrace/graph/private-connection.h \
-       babeltrace/graph/private-notification-iterator.h \
-       babeltrace/graph/private-port.h
+       babeltrace/graph/private-port.h \
+       babeltrace/graph/query-executor.h
 
 noinst_HEADERS = \
        babeltrace/align-internal.h \
@@ -120,6 +122,7 @@ noinst_HEADERS = \
        babeltrace/endian-internal.h \
        babeltrace/graph/clock-class-priority-map-internal.h \
        babeltrace/graph/component-class-internal.h \
+       babeltrace/graph/component-class-sink-colander-internal.h \
        babeltrace/graph/component-filter-internal.h \
        babeltrace/graph/component-internal.h \
        babeltrace/graph/component-sink-internal.h \
@@ -135,6 +138,7 @@ noinst_HEADERS = \
        babeltrace/graph/notification-packet-internal.h \
        babeltrace/graph/notification-stream-internal.h \
        babeltrace/graph/port-internal.h \
+       babeltrace/graph/query-executor-internal.h \
        babeltrace/lib-logging-internal.h \
        babeltrace/list-internal.h \
        babeltrace/logging-internal.h \
This page took 0.035219 seconds and 4 git commands to generate.