Document libbabeltrace2's C API
[babeltrace.git] / src / lib / graph / graph.h
index dcc15260c6a2daef4f82a8d02c083c9ee794cffb..7fffd0ca3bc213c8cb093bbdf73205d9d4cbbe6f 100644 (file)
@@ -30,7 +30,7 @@
 #endif
 
 #include <babeltrace2/graph/graph.h>
-#include <babeltrace2/graph/message-const.h>
+#include <babeltrace2/graph/message.h>
 #include "common/macros.h"
 #include "lib/object.h"
 #include "lib/object-pool.h"
@@ -101,8 +101,7 @@ struct bt_graph {
        GPtrArray *interrupters;
 
        /*
-        * Default interrupter to support bt_graph_interrupt(); owned
-        * by this.
+        * Default interrupter, owned by this.
         */
        struct bt_interrupter *default_interrupter;
 
This page took 0.023871 seconds and 4 git commands to generate.