about summary refs log tree commit diff
path: root/test/meminfo_test.c
diff options
context:
space:
mode:
authorHeikki Kallasjoki <fis@zem.fi>2018-12-23 00:06:59 +0000
committerHeikki Kallasjoki <fis+github@zem.fi>2018-12-23 21:50:27 +0000
commit6d65b7fb9242eb827d5d4036f0fa8816430eb364 (patch)
treecfc35c119a14ecb89d7d35980fe7191cc6b3230f /test/meminfo_test.c
parent5c50e58b1af19e4cd54e272e143091b80e127d8c (diff)
downloadnano-exporter-6d65b7fb9242eb827d5d4036f0fa8816430eb364.tar.gz
nano-exporter-6d65b7fb9242eb827d5d4036f0fa8816430eb364.tar.xz
nano-exporter-6d65b7fb9242eb827d5d4036f0fa8816430eb364.zip
Move the collector loop into scrape server code.
This paves the way for supporting parallel scrapes (#19); the
implementation for that is going to need to track the state of the
current scrape.
Diffstat (limited to 'test/meminfo_test.c')
-rw-r--r--test/meminfo_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/meminfo_test.c b/test/meminfo_test.c
index 91b4102..4f9ea19 100644
--- a/test/meminfo_test.c
+++ b/test/meminfo_test.c
@@ -16,7 +16,6 @@
 
 #include "harness.h"
 #include "mock_scrape.h"
-#include "../collector.h"
 
 extern const struct collector meminfo_collector;