]> git.itanic.dy.fi Git - rrdd/blobdiff - rrdtool.h
Parsers: Implement framework for registering and querying parsers
[rrdd] / rrdtool.h
index fa1df3708644ca36f8a27e17edc3ce6fd339b528..ae0c507154911fe4293e3b90aa5f24554181d821 100644 (file)
--- a/rrdtool.h
+++ b/rrdtool.h
@@ -37,7 +37,7 @@ struct rrd_database {
        int     interval;       /* Update interval */
 
        /* Parser to aquire data for rrd */
-       int (*parse)(char *rrd_data, const char **parser_data);
+       struct parser_info *parser;
        const char **parser_data;       /* data to be fed to the parser */
 
        char *const *pre_draw_cmd; /* Command to execute prior drawing images*/