rippled
Loading...
Searching...
No Matches
Vacuum.h
1#pragma once
2
3#include <xrpl/rdb/DatabaseCon.h>
4
5namespace xrpl {
6
13bool
14doVacuumDB(DatabaseCon::Setup const& setup, beast::Journal j);
15
16} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:40
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
bool doVacuumDB(DatabaseCon::Setup const &setup, beast::Journal j)
doVacuumDB Creates, initialises, and performs cleanup on a database.
Definition Vacuum.cpp:10