X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fgraph%2Fgraph.h;h=7fffd0ca3bc213c8cb093bbdf73205d9d4cbbe6f;hb=43c59509042845f8d42c3e99ec74d45fa2dc0908;hp=672cb7e38518a463b4d9d690844fbf0fd3a0df90;hpb=2945edfe752782d2528af21bdbd3bbfef4cd51ca;p=babeltrace.git diff --git a/src/lib/graph/graph.h b/src/lib/graph/graph.h index 672cb7e3..7fffd0ca 100644 --- a/src/lib/graph/graph.h +++ b/src/lib/graph/graph.h @@ -30,7 +30,7 @@ #endif #include -#include +#include #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; /*