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:
parent
8143062edd
commit
18cb6004d2
@ -420,7 +420,7 @@ class VersionSet {
|
|||||||
uint64_t SizeBeingCompacted(int level);
|
uint64_t SizeBeingCompacted(int level);
|
||||||
|
|
||||||
// Returns true if any one of the parent files are being compacted
|
// 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
|
// Returns true if any one of the specified files are being compacted
|
||||||
bool FilesInCompaction(std::vector<FileMetaData*>& files);
|
bool FilesInCompaction(std::vector<FileMetaData*>& files);
|
||||||
|
Loading…
Reference in New Issue
Block a user