src/rrd_lastupdate.c: Implement the `--daemon' option for `rrdtool lastupdate'.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 13 Jul 2008 14:08:21 +0000 (16:08 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 13 Jul 2008 14:08:21 +0000 (16:08 +0200)
commitc5f2427e6a7e22a0b2f2eb95496c1903a38bdd0e
tree0af4a4cd6dacaaa4f54f1c07248ffd9ca5d49660
parenta6b00c3b2b634850a8743d9ee8770a850ad4d938
src/rrd_lastupdate.c: Implement the `--daemon' option for `rrdtool lastupdate'.

The new library function `rrd_lastupdate' takes the usual (argc, argv)
arguments. The `rrd_lastupdate_r' function has been changed to receive
a file name directly instead of using only argv[1].
src/librrd.sym
src/rrd.h
src/rrd_lastupdate.c
src/rrd_tool.c