src.ctf.lttng-live: change lttng_live_component::params::url to std::string
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index 610defd91e7a5fb345e79ee9f6a8de62c27e9f59..a528f94ce397d59135bb983baeecc967e4d78ee1 100644 (file)
@@ -261,7 +261,7 @@ struct lttng_live_component
 
     struct
     {
-        GString *url = nullptr;
+        std::string url;
         enum session_not_found_action sess_not_found_act = SESSION_NOT_FOUND_ACTION_CONTINUE;
     } params;
 
This page took 0.023955 seconds and 4 git commands to generate.