Skip to content

Commit

Permalink
[Disk Agent] handle disable concrete agent event in disk agent actor
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2411 committed Dec 4, 2024
1 parent 24185f8 commit 780c0bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud/blockstore/libs/storage/disk_agent/disk_agent_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ STFUNC(TDiskAgentActor::StateWork)
TEvDiskAgentPrivate::TEvCancelSuspensionRequest,
HandleCancelSuspension);

HFunc(
TEvDiskAgent::TEvDisableConcreteAgentRequest,
HandleDisableConcreteAgent);

case TEvDiskAgentPrivate::EvParsedWriteDeviceBlocksRequest:
HandleWriteDeviceBlocks(
*reinterpret_cast<
Expand Down

0 comments on commit 780c0bc

Please sign in to comment.