2 Commits

1 changed files with 1 additions and 1 deletions
Split View
  1. +1
    -1
      db/vlog_set.h

+ 1
- 1
db/vlog_set.h View File

@ -65,7 +65,7 @@ friend class gc_executor;
int counter = 0;
std::mutex counter_latch_;
std::mutex finished_latch_;
bool finished = false;
bool finished = true;
VlogGC *vlog_gc; // vlog_set.cpp
};

Loading…
Cancel
Save