Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <istream>
4#include <ostream>
5#include <vector>
6#include <string>
7
8#include <boost/filesystem/path.hpp>
10
11namespace sysio { namespace chain { namespace eosvmoc {
12
13struct config {
14 uint64_t cache_size = 1024u*1024u*1024u;
16};
17
18}}}
unsigned __int64 uint64_t
Definition stdint.h:136