|
LogCabin
|
#include <fcntl.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include "Core/Debug.h"#include "Core/StringUtil.h"#include "Core/Time.h"#include "Core/Util.h"#include "Storage/Layout.h"#include "Storage/SnapshotFile.h"Go to the source code of this file.
Namespaces | |
| namespace | LogCabin |
| namespace | LogCabin::Storage |
| namespace | LogCabin::Storage::SnapshotFile |
Functions | |
| void | LogCabin::Storage::SnapshotFile::discardPartialSnapshots (const Storage::Layout &storageLayout) |
| Remove any partial snapshots found on disk. | |
1.7.6.1