bt_clock_class_create(): accept mandatory trace class
[babeltrace.git] / include / Makefile.am
index 09bfcf750fbf0d4028a76fe9333204bf29b34037..4474d914ed966e0a2c255a125edbfa03e40cc736 100644 (file)
@@ -75,6 +75,7 @@ babeltraceinclude_HEADERS = \
        babeltrace/logging.h \
        babeltrace/property.h \
        babeltrace/types.h \
+       babeltrace/util.h \
        babeltrace/value-const.h \
        babeltrace/value.h \
        babeltrace/version.h
@@ -119,7 +120,7 @@ babeltracetraceirincludedir = "$(includedir)/babeltrace/trace-ir"
 babeltracetraceirinclude_HEADERS = \
        babeltrace/trace-ir/clock-class-const.h \
        babeltrace/trace-ir/clock-class.h \
-       babeltrace/trace-ir/clock-value-const.h \
+       babeltrace/trace-ir/clock-snapshot-const.h \
        babeltrace/trace-ir/event-class-const.h \
        babeltrace/trace-ir/event-class.h \
        babeltrace/trace-ir/event-const.h \
@@ -150,7 +151,7 @@ babeltraceplugininclude_HEADERS = \
        babeltrace/plugin/plugin-const.h \
        babeltrace/plugin/plugin-set-const.h
 
-# Graph, component, and notification API
+# Graph, component, and message API
 babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
 babeltracegraphinclude_HEADERS = \
        babeltrace/graph/component-class-const.h \
@@ -168,33 +169,33 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/connection-const.h \
        babeltrace/graph/graph-const.h \
        babeltrace/graph/graph.h \
-       babeltrace/graph/notification-const.h \
-       babeltrace/graph/notification-event-const.h \
-       babeltrace/graph/notification-event.h \
-       babeltrace/graph/notification-inactivity-const.h \
-       babeltrace/graph/notification-inactivity.h \
-       babeltrace/graph/notification-packet-const.h \
-       babeltrace/graph/notification-packet.h \
-       babeltrace/graph/notification-stream-const.h \
-       babeltrace/graph/notification-stream.h \
+       babeltrace/graph/message-const.h \
+       babeltrace/graph/message-event-const.h \
+       babeltrace/graph/message-event.h \
+       babeltrace/graph/message-inactivity-const.h \
+       babeltrace/graph/message-inactivity.h \
+       babeltrace/graph/message-packet-const.h \
+       babeltrace/graph/message-packet.h \
+       babeltrace/graph/message-stream-const.h \
+       babeltrace/graph/message-stream.h \
        babeltrace/graph/port-const.h \
        babeltrace/graph/port-input-const.h \
        babeltrace/graph/port-output-const.h \
-       babeltrace/graph/port-output-notification-iterator.h \
+       babeltrace/graph/port-output-message-iterator.h \
        babeltrace/graph/query-executor-const.h \
        babeltrace/graph/query-executor.h \
        babeltrace/graph/self-component-class-filter.h \
        babeltrace/graph/self-component-class-sink.h \
        babeltrace/graph/self-component-class-source.h \
        babeltrace/graph/self-component-filter.h \
-       babeltrace/graph/self-component-port-input-notification-iterator.h \
+       babeltrace/graph/self-component-port-input-message-iterator.h \
        babeltrace/graph/self-component-port-input.h \
        babeltrace/graph/self-component-port-output.h \
        babeltrace/graph/self-component-port.h \
        babeltrace/graph/self-component-sink.h \
        babeltrace/graph/self-component-source.h \
        babeltrace/graph/self-component.h \
-       babeltrace/graph/self-notification-iterator.h
+       babeltrace/graph/self-message-iterator.h
 
 noinst_HEADERS = \
        babeltrace/compat/stdlib-internal.h \
@@ -244,8 +245,8 @@ noinst_HEADERS = \
        babeltrace/endian-internal.h \
        babeltrace/trace-ir/attributes-internal.h \
        babeltrace/trace-ir/clock-class-internal.h \
-       babeltrace/trace-ir/clock-value-internal.h \
-       babeltrace/trace-ir/clock-value-set-internal.h \
+       babeltrace/trace-ir/clock-snapshot-internal.h \
+       babeltrace/trace-ir/clock-snapshot-set-internal.h \
        babeltrace/trace-ir/event-class-internal.h \
        babeltrace/trace-ir/event-internal.h \
        babeltrace/trace-ir/field-class-internal.h \
@@ -271,12 +272,12 @@ noinst_HEADERS = \
        babeltrace/graph/component-source-internal.h \
        babeltrace/graph/connection-internal.h \
        babeltrace/graph/graph-internal.h \
-       babeltrace/graph/notification-event-internal.h \
-       babeltrace/graph/notification-inactivity-internal.h \
-       babeltrace/graph/notification-internal.h \
-       babeltrace/graph/notification-iterator-internal.h \
-       babeltrace/graph/notification-packet-internal.h \
-       babeltrace/graph/notification-stream-internal.h \
+       babeltrace/graph/message-event-internal.h \
+       babeltrace/graph/message-inactivity-internal.h \
+       babeltrace/graph/message-internal.h \
+       babeltrace/graph/message-iterator-internal.h \
+       babeltrace/graph/message-packet-internal.h \
+       babeltrace/graph/message-stream-internal.h \
        babeltrace/graph/port-internal.h \
        babeltrace/graph/query-executor-internal.h \
        babeltrace/list-internal.h \
This page took 0.025889 seconds and 4 git commands to generate.