src/rrd_{fetch,graph}.c: Implement `--daemon'.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 18:50:51 +0000 (20:50 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Tue, 24 Jun 2008 18:50:51 +0000 (20:50 +0200)
commit6d19d9d651c2b710f26ba98417f280d1b6cd9cf4
tree79ca84c53b7255d0cde209950fc43cb5ef9d9d84
parent3d6d085bc38da945ff10d636a845f330caf2ecf7
src/rrd_{fetch,graph}.c: Implement `--daemon'.

Both commands not accept the `--daemon' option. When specified, a `flush'
command is send to the daemon just before reading the RRD file, so that
the output will contain the newest data available - even with (very) long
cache timeouts.
doc/rrdfetch.pod
doc/rrdgraph.pod
src/rrd.h
src/rrd_fetch.c
src/rrd_graph.c
src/rrd_graph.h
src/rrd_tool.c
src/rrd_tool.h