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>
9
#include <
fc/reflect/reflect.hpp
>
10
11
namespace
sysio
{
namespace
chain {
namespace
eosvmoc {
12
13
struct
config
{
14
uint64_t
cache_size
= 1024u*1024u*1024u;
15
uint64_t
threads
= 1u;
16
};
17
18
}}}
sysio
Definition
abi_serializer.cpp:8
reflect.hpp
uint64_t
unsigned __int64 uint64_t
Definition
stdint.h:136
sysio::chain::eosvmoc::config
Definition
config.hpp:13
sysio::chain::eosvmoc::config::cache_size
uint64_t cache_size
Definition
config.hpp:14
sysio::chain::eosvmoc::config::threads
uint64_t threads
Definition
config.hpp:15
libraries
chain
include
sysio
chain
webassembly
sys-vm-oc
config.hpp
Generated by
1.12.0