aboutsummaryrefslogtreecommitdiffstats
path: root/src/rate_ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rate_ctr.c')
-rw-r--r--src/rate_ctr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rate_ctr.c b/src/rate_ctr.c
index 50b3fe74..436deef9 100644
--- a/src/rate_ctr.c
+++ b/src/rate_ctr.c
@@ -92,6 +92,9 @@ int64_t rate_ctr_difference(struct rate_ctr *ctr)
return result;
}
+/* TODO: support update intervals > 1s */
+/* TODO: implement this as a special stats reporter */
+
static void interval_expired(struct rate_ctr *ctr, enum rate_ctr_intv intv)
{
/* calculate rate over last interval */