#include <system_error>
#include <boost/interprocess/managed_mapped_file.hpp>
#include <boost/interprocess/sync/file_lock.hpp>
#include <boost/filesystem.hpp>
#include <boost/asio/io_service.hpp>
Go to the source code of this file.
|
enum | chainbase::db_error_code {
chainbase::ok = 0
, chainbase::dirty
, chainbase::incompatible
, chainbase::incorrect_db_version
,
chainbase::not_found
, chainbase::bad_size
, chainbase::unsupported_win32_mode
, chainbase::bad_header
,
chainbase::no_access
, chainbase::aborted
, chainbase::no_mlock
} |
|