X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=doc%2Frrdthreads.html;h=cbc57358d61d16a561eff18237693023da58472e;hp=a20a11121058992396f1d18b8a470511cdc9656e;hb=8892808f3a79ec485e273390213ef3f16792eb54;hpb=ba531669d795b10244c358135249016c5898519b diff --git a/doc/rrdthreads.html b/doc/rrdthreads.html index a20a111..cbc5735 100644 --- a/doc/rrdthreads.html +++ b/doc/rrdthreads.html @@ -110,6 +110,7 @@ instead, it provides a per-thread error message.

Many others (lookup documentation)

+
  • A header file named rrd_is_thread_safe.h is provided that works with the GNU C-preprocessor to ``poison'' some of the most @@ -133,7 +134,7 @@ taking all options as function parameters. You may provide argc and rrd_update_r as an example.

  • -

    Do not use the parsetime function!

    +

    Do not use the rrd_parsetime function!

    It uses lots of global variables. You may use it in functions not designed to be thread-safe, like in functions wrapping the _r version of some operation (e.g., rrd_create, but not in rrd_create_r)