Skip to content

Commit

Permalink
add get_local_blkid to repl_req_ctx (eBay#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 authored Dec 5, 2023
1 parent fd87d00 commit 87b40b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/homestore/replication/repl_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ struct repl_req_ctx : public boost::intrusive_ref_counter< repl_req_ctx, boost::
public:
virtual ~repl_req_ctx();
int64_t get_lsn() const { return lsn; }
MultiBlkId const& get_local_blkid() const { return local_blkid; }

private:
sisl::blob header; // User header
Expand Down

0 comments on commit 87b40b0

Please sign in to comment.