src.ctf.lttng-live: `live_viewer_connection`: make `obj` first member
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.h
index 94073426fa91feaed946145389f279a2a4cb132f..2840473608ad3327c4621a149646ce93b292edad 100644 (file)
@@ -45,9 +45,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.023379 seconds and 4 git commands to generate.