Fixed compilation error in previous merge.

Summary:
Fixed compilation error in previous merge.

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
main
Dhruba Borthakur 12 years ago
parent 8143062edd
commit 18cb6004d2
  1. 2
      db/version_set.h

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

Loading…
Cancel
Save