Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
debnatkh committed Sep 13, 2024
1 parent 49a73bb commit bfebb2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloud/filestore/libs/storage/tablet/model/mixed_blocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ class TMixedBlocks
{
TMixedBlobMeta BlobMeta;
bool Affected = false;

TDeletionMarkerApplicationResult(
TMixedBlobMeta blobMeta,
bool affected)
: BlobMeta(std::move(blobMeta))
, Affected(affected)
{}
};

// returns metas for all blobs belonging to this range
Expand Down

0 comments on commit bfebb2f

Please sign in to comment.