Skip to content

Commit

Permalink
try to fix cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Deb Natkh committed Feb 5, 2024
1 parent 0a6324f commit 6138616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud/filestore/libs/storage/tablet/tablet_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,8 @@ FILESTORE_DUPCACHE_REQUESTS(FILESTORE_DECLARE_DUPCACHE)
TVector<ui32> Ranges;
TEvIndexTabletPrivate::EForcedRangeOperationMode Mode;

TPendingForcedRangeOperation() = default;

TPendingForcedRangeOperation(
TVector<ui32> ranges,
TEvIndexTabletPrivate::EForcedRangeOperationMode mode)
Expand Down

0 comments on commit 6138616

Please sign in to comment.