summary refs log tree commit diff
path: root/mico-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'mico-store.c')
-rw-r--r--mico-store.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mico-store.c b/mico-store.c
index f2dd221..b39c258 100644
--- a/mico-store.c
+++ b/mico-store.c
@@ -178,6 +178,9 @@ main()
 		int64_t t, pt = 0, ppt = 0;
 		double v, pv = 0.0;
 
+		put1(&ts, arrlen(metrics[m].value));
+		put1(&vs, arrlen(metrics[m].value));
+
 		for (ssize_t i = 0; i < arrlen(metrics[m].value); i++) {
 			t = metrics[m].value[i].t;
 			v = metrics[m].value[i].v;