X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdthreads.pod;h=6d40c4ef921e3b2aae3b84f101b9a16ce58421ff;hp=7e6a6895116d05fd34f26afa41f8bda15783c489;hb=d828f3eccac8dbad7bfc14812e406377669baaa4;hpb=87264104167c04f84e61e3580292217269bab14f diff --git a/doc/rrdthreads.pod b/doc/rrdthreads.pod index 7e6a689..6d40c4e 100644 --- a/doc/rrdthreads.pod +++ b/doc/rrdthreads.pod @@ -116,7 +116,7 @@ F and F Do not use C or C in *C<_r> (directly or indirectly) -C uses global variables and behaves badly in a multithreaded +C uses global variables and behaves badly in a multi-threaded application when called concurrently. Instead provide a *_r function taking all options as function parameters. You may provide argc and **argv arguments for variable length argument lists. See