Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.h
index 94073426fa91feaed946145389f279a2a4cb132f..daa138a2e83b9f5b7c553393c8f7e1961ebfd7c4 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <glib.h>
 
@@ -45,9 +46,9 @@
 struct lttng_live_component;
 
 struct live_viewer_connection {
+       bt_object obj;
        bt_logging_level log_level;
        bt_self_component *self_comp;
-       bt_object obj;
 
        GString *url;
 
This page took 0.025265 seconds and 4 git commands to generate.