Skip to content

Commit

Permalink
Update blob_fetcher.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rockeet committed Sep 30, 2023
1 parent 9272b66 commit aafee60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/blob/blob_fetcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class BlobFetcher {
const ReadOptions& read_options_;
};

class BlobFetcherCopyReadOptions : public BlobFetcher {
class BlobFetcherWithReadOptionsCopy : public BlobFetcher {
const ReadOptions read_options_copy_;

public:
BlobFetcherCopyReadOptions(const Version* v, const ReadOptions& ro)
BlobFetcherWithReadOptionsCopy(const Version* v, const ReadOptions& ro)
: BlobFetcher(v, read_options_copy_), read_options_copy_(ro) {}
};

Expand Down

0 comments on commit aafee60

Please sign in to comment.