aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/rrd.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-21 19:14:24 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-21 19:14:24 +0100
commitfa95a35f7a04ac8bd25218927a202fd0bed10a48 (patch)
tree58faba0c721697765c18d184bd707cbab466ac39 /src/libutil/rrd.h
parent989ccca1111fc9bdd38bb0b2b28c4dc5d6acd2c1 (diff)
downloadrspamd-fa95a35f7a04ac8bd25218927a202fd0bed10a48.tar.gz
rspamd-fa95a35f7a04ac8bd25218927a202fd0bed10a48.zip
Add graph handler to the controller.
Diffstat (limited to 'src/libutil/rrd.h')
-rw-r--r--src/libutil/rrd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/rrd.h b/src/libutil/rrd.h
index 7305b35df..df15c00cf 100644
--- a/src/libutil/rrd.h
+++ b/src/libutil/rrd.h
@@ -344,6 +344,7 @@ struct rspamd_rrd_query_result {
gulong pdp_per_cdp;
gulong ds_count;
gdouble last_update;
+ gulong cur_row;
const gdouble *data;
};