The new client can (lazily) read disks now, although nothing's actually done

with the result.
This commit is contained in:
David Given
2018-10-20 15:54:18 +02:00
parent 7efaae2f76
commit 7d765abb21
7 changed files with 154 additions and 31 deletions

View File

@@ -1,12 +1,13 @@
#ifndef GLOBALS_H
#define GLOBALS_H
#include <vector>
#include <map>
#include <string>
#include <sstream>
#include <iostream>
#include <functional>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
typedef int nanoseconds_t;