Document libbabeltrace2's C API
[babeltrace.git] / src / lib / graph / graph.h
index 672cb7e38518a463b4d9d690844fbf0fd3a0df90..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,12 +101,10 @@ 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;
 
-       bool in_remove_listener;
        bool has_sink;
 
        /*
This page took 0.023453 seconds and 4 git commands to generate.