]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_xport thread safety patch part 1
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 29 Jun 2015 15:44:41 +0000 (17:44 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 29 Jun 2015 15:44:41 +0000 (17:44 +0200)
commitbe4bac9483bfd4fa8cbe1cba2c61d7f85e83b36c
tree0faf3cef6162c58429f81bbcbfb93245dbea3fde
parent737cd4f65fe0681d5d681e91a8fc54f30daa943e
rrd_xport thread safety patch part 1

* introduce optparse as a replacement for getopt
* switch rrd_xport to optparse to make it threadsafe
* pass absolute argument position to rrd_graph_script to make it getopt independent
src/Makefile.am
src/optparse.c [new file with mode: 0644]
src/optparse.h [new file with mode: 0644]
src/rrd_graph.c
src/rrd_xport.c