mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fixed compilation error in previous merge.
Summary: Fixed compilation error in previous merge. Test Plan: Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
@@ -420,7 +420,7 @@ class VersionSet {
|
||||
uint64_t SizeBeingCompacted(int level);
|
||||
|
||||
// Returns true if any one of the parent files are being compacted
|
||||
bool ParentFilesInCompaction(FileMetaData* f, int level);
|
||||
bool ParentFilesInCompaction(FileMetaData* f, int level, int* index);
|
||||
|
||||
// Returns true if any one of the specified files are being compacted
|
||||
bool FilesInCompaction(std::vector<FileMetaData*>& files);
|
||||
|
||||
Reference in New Issue
Block a user