#pragma once #include struct cluster; struct Options { int open_flags; uint32_t hash_seed; size_t file_cache_size; bool procstats; bool viewhalts; cluster * the_cluster; }; extern Options options;