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:
Dhruba Borthakur 2012-11-07 15:24:47 -08:00
parent 8143062edd
commit 18cb6004d2

View File

@ -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);