From 6d65b7fb9242eb827d5d4036f0fa8816430eb364 Mon Sep 17 00:00:00 2001 From: Heikki Kallasjoki Date: Sun, 23 Dec 2018 00:06:59 +0000 Subject: 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. --- meminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meminfo.c') diff --git a/meminfo.c b/meminfo.c index 7c4439e..e9c283a 100644 --- a/meminfo.c +++ b/meminfo.c @@ -20,7 +20,7 @@ #include #include -#include "collector.h" +#include "scrape.h" #include "util.h" // size of input buffer for paths and lines -- cgit 1.4.1