X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconfig%2Fsession-config.h;h=d77d174c840c058c89430a7bbdf85f1850afbf2a;hb=4a3a81ecdf4bf70a04c4b683222df9b6e655739f;hp=939cb6cbf0ff1cd4e76e2c819ffc2e178e241bbd;hpb=48262f117d3ae4d3e9fe4494362009dd4138ba8b;p=lttng-tools.git diff --git a/src/common/config/session-config.h b/src/common/config/session-config.h index 939cb6cbf..d77d174c8 100644 --- a/src/common/config/session-config.h +++ b/src/common/config/session-config.h @@ -78,8 +78,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.