X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconfig%2Fconfig.h;fp=src%2Fcommon%2Fconfig%2Fconfig.h;h=1cf0c2a96ebfcfa64d2dd46a860e16236d9b174e;hb=329e5fc5ebbcbff1d8170ed29e6df9fe54fa6178;hp=2fed612a1cfbd5783891ec16e99808dc386e3645;hpb=509a72552d9fcabd2222ea53c28237a1d341e968;p=lttng-tools.git diff --git a/src/common/config/config.h b/src/common/config/config.h index 2fed612a1..1cf0c2a96 100644 --- a/src/common/config/config.h +++ b/src/common/config/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.