src.ctf.lttng-live: make live_viewer_connection::url an std::string
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.hpp
index 4dfae18ca81d70847377eb9842024b131bf4ddea..707ce80b6741a0db254f2028758b5c20074a7f2c 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef LTTNG_LIVE_VIEWER_CONNECTION_H
 #define LTTNG_LIVE_VIEWER_CONNECTION_H
 
+#include <string>
+
 #include <glib.h>
 #include <stdint.h>
 
@@ -54,7 +56,7 @@ struct live_viewer_connection
 
     bt2c::Logger logger;
 
-    GString *url = nullptr;
+    std::string url;
 
     GString *relay_hostname = nullptr;
     GString *target_hostname = nullptr;
This page took 0.02422 seconds and 4 git commands to generate.