Skip to content

Commit

Permalink
issue-2542: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Jan 17, 2025
1 parent 2f0fa13 commit f3636c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/blockstore/libs/storage/volume/volume_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ STFUNC(TVolumeActor::StateZombie)

HFunc(TEvents::TEvPoisonPill, HandlePoisonPill);
HFunc(TEvents::TEvPoisonTaken, HandlePoisonTaken);
HFunc(TEvTablet::TEvTabletStop, HandleTabletStop);

IgnoreFunc(TEvLocal::TEvTabletMetrics);

Expand Down

0 comments on commit f3636c0

Please sign in to comment.