diff options
author | Heikki Kallasjoki <fis@zem.fi> | 2018-12-23 00:06:59 +0000 |
---|---|---|
committer | Heikki Kallasjoki <fis+github@zem.fi> | 2018-12-23 21:50:27 +0000 |
commit | 6d65b7fb9242eb827d5d4036f0fa8816430eb364 (patch) | |
tree | cfc35c119a14ecb89d7d35980fe7191cc6b3230f /cpu.c | |
parent | 5c50e58b1af19e4cd54e272e143091b80e127d8c (diff) | |
download | nano-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 'cpu.c')
-rw-r--r-- | cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.c b/cpu.c index f8bc030..34942dd 100644 --- a/cpu.c +++ b/cpu.c @@ -19,7 +19,7 @@ #include <string.h> #include <unistd.h> -#include "collector.h" +#include "scrape.h" #include "util.h" // limits for CPU numbers |