Skip to content

Commit

Permalink
debug: reenable listener
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 13, 2021
1 parent 1c96ef7 commit b279cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/signals-unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,8 @@ static void *signal_listener(void *arg)
}
#else
if (sig == SIGUSR1) {
// if (running != 1)
// trigger_profile_peek();
if (running != 1)
trigger_profile_peek();
doexit = 0;
}
#endif
Expand Down

0 comments on commit b279cd8

Please sign in to comment.