lib: rename inactivity msg to msg iterator inactivity msg
[babeltrace.git] / include / Makefile.am
index c3393e1738533272dbb9a17ec710f548a3c44386..9e2030378d4e8aefd6fea57e7b2c6712e322d18e 100644 (file)
@@ -168,15 +168,28 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/graph-const.h \
        babeltrace/graph/graph.h \
        babeltrace/graph/message-const.h \
+       babeltrace/graph/message-discarded-events-const.h \
+       babeltrace/graph/message-discarded-events.h \
+       babeltrace/graph/message-discarded-packets-const.h \
+       babeltrace/graph/message-discarded-packets.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-message-iterator-inactivity-const.h \
+       babeltrace/graph/message-message-iterator-inactivity.h \
        babeltrace/graph/message-iterator-const.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/message-packet-beginning-const.h \
+       babeltrace/graph/message-packet-beginning.h \
+       babeltrace/graph/message-packet-end-const.h \
+       babeltrace/graph/message-packet-end.h \
+       babeltrace/graph/message-stream-activity-beginning-const.h \
+       babeltrace/graph/message-stream-activity-beginning.h \
+       babeltrace/graph/message-stream-activity-const.h \
+       babeltrace/graph/message-stream-activity-end-const.h \
+       babeltrace/graph/message-stream-activity-end.h \
+       babeltrace/graph/message-stream-beginning-const.h \
+       babeltrace/graph/message-stream-beginning.h \
+       babeltrace/graph/message-stream-end-const.h \
+       babeltrace/graph/message-stream-end.h \
        babeltrace/graph/port-const.h \
        babeltrace/graph/port-input-const.h \
        babeltrace/graph/port-output-const.h \
@@ -271,8 +284,9 @@ noinst_HEADERS = \
        babeltrace/graph/component-source-internal.h \
        babeltrace/graph/connection-internal.h \
        babeltrace/graph/graph-internal.h \
+       babeltrace/graph/message-discarded-items-internal.h \
        babeltrace/graph/message-event-internal.h \
-       babeltrace/graph/message-inactivity-internal.h \
+       babeltrace/graph/message-message-iterator-inactivity-internal.h \
        babeltrace/graph/message-internal.h \
        babeltrace/graph/message-iterator-internal.h \
        babeltrace/graph/message-packet-internal.h \
This page took 0.024372 seconds and 4 git commands to generate.