Skip to content

Commit ad3e037

Browse files
committed
chore: pull helio
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
1 parent 965d94f commit ad3e037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/main_service.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Service::Service(ProactorPool* pp)
799799

800800
#ifdef PRINT_STACKTRACES_ON_SIGNAL
801801
LOG(INFO) << "PRINT STACKTRACES REGISTERED";
802-
pp_.GetNextProactor()->RegisterSignal({SIGUSR1}, [this](int signal) {
802+
ProactorBase::RegisterSignal({SIGUSR1}, pp_.GetNextProactor(), [this](int signal) {
803803
LOG(INFO) << "Received " << strsignal(signal);
804804
base::SetVLogLevel("uring_proactor", 2);
805805

0 commit comments

Comments
 (0)