Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye committed Jan 30, 2025
1 parent 4780db4 commit e8c1e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TIORequestParserActor: public TActor<TIORequestParserActor>
TStorageBufferAllocator Allocator;

public:
explicit TIORequestParserActor(
TIORequestParserActor(
const TActorId& owner,
TStorageBufferAllocator allocator)
: TActor(&TIORequestParserActor::StateWork)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace {
ui64 GetVolumeRequestId(
const TEvDiskAgentPrivate::TParsedWriteDeviceBlocksRequest& request)
{
return request.Record.GetVolumeRequestId();
return NStorage::GetVolumeRequestId(request.Record);
}

TBlockRange64 BuildRequestBlockRange(
Expand Down

0 comments on commit e8c1e88

Please sign in to comment.