From 2a81e25c35b704dece1216b38e66a2bad9f1ea5d Mon Sep 17 00:00:00 2001 From: bowang Date: Fri, 13 May 2022 09:29:03 -0700 Subject: [PATCH] update --- db/flush_job.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/flush_job.h b/db/flush_job.h index 8f5f12b2a..4c53b95a3 100644 --- a/db/flush_job.h +++ b/db/flush_job.h @@ -123,10 +123,10 @@ class FlushJob { // process has not matured yet. Status MemPurge(); bool MemPurgeDecider(); -#ifndef ROCKSDB_LITE - std::unique_ptr GetFlushJobInfo() const; // The rate limiter priority (io_priority) is determined dynamically here. Env::IOPriority GetRateLimiterPriority(const RateLimiter::OpType op_type); +#ifndef ROCKSDB_LITE + std::unique_ptr GetFlushJobInfo() const; #endif // !ROCKSDB_LITE const std::string& dbname_;