Add named pipe support to the pipe wrapper
[lttng-tools.git] / src / common / config / session-config.h
index 55b8de3dc5fe0df2bc114b4f3ac709f0264b0eac..f48ff74ae6f54384279115c424105c76fc8cce38 100644 (file)
@@ -34,6 +34,7 @@ struct config_load_session_override_attr {
        char *path_url;
        char *ctrl_url;
        char *data_url;
+       char *session_name;
 };
 
 /* Instance of a configuration writer. */
@@ -84,8 +85,8 @@ int config_parse_value(const char *value);
 /*
  * Create an instance of a configuration writer.
  *
- * fd_output File to which the XML content must be written. The file will be
- * closed once the config_writer has been destroyed.
+ * fd_output File to which the XML content must be written. fd_output is
+ * owned by the caller.
  *
  * indent If other than 0 the XML will be pretty printed
  * with indentation and newline.
This page took 0.023612 seconds and 4 git commands to generate.