X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconfig%2Fsession-config.h;h=f48ff74ae6f54384279115c424105c76fc8cce38;hp=c6439f756fc431c636a4383c589d6d43c929dff0;hb=1d12100d047b079e7425bd4bfdc8572dcfbbd4c8;hpb=46fc50cd70d9d5d135dda949e35dc79156eba9df diff --git a/src/common/config/session-config.h b/src/common/config/session-config.h index c6439f756..f48ff74ae 100644 --- a/src/common/config/session-config.h +++ b/src/common/config/session-config.h @@ -85,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.