[rrd-developers] [PATCH] rrd.h, librrd.sym: Define and export rrd_info_r().
Sebastian Harl
sh at tokkee.org
Fri Sep 26 15:13:42 CEST 2008
---
program/src/librrd.sym.in | 1 +
program/src/rrd.h | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/program/src/librrd.sym.in b/program/src/librrd.sym.in
index ae5da6f..6775a80 100644
--- a/program/src/librrd.sym.in
+++ b/program/src/librrd.sym.in
@@ -22,6 +22,7 @@ rrd_info
rrd_info_free
rrd_info_print
rrd_info_push
+rrd_info_r
rrd_init
rrd_last
rrd_last_r
diff --git a/program/src/rrd.h b/program/src/rrd.h
index ad7e15c..d87275e 100644
--- a/program/src/rrd.h
+++ b/program/src/rrd.h
@@ -204,6 +204,8 @@ extern "C" {
time_t last_up,
int argc,
const char **argv);
+ rrd_info_t *rrd_info_r(
+ char *);
/* NOTE: rrd_update_r are only thread-safe if no at-style time
specifications get used!!! */
--
1.6.0.1.216.g1b23a
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.oetiker.ch/pipermail/rrd-developers/attachments/20080926/680cf2c6/attachment.bin
More information about the rrd-developers
mailing list