mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 01:45:51 +00:00
lib: Reset sig_stat after stopping the rude interrupter
This commit is contained in:
parent
5d635f95f2
commit
ab6ac67243
@ -650,6 +650,7 @@ void drmtest_stop_signal_helper(void)
|
||||
if (sig_stat)
|
||||
fprintf(stdout, "signal handler called %llu times\n", sig_stat);
|
||||
|
||||
sig_stat = 0;
|
||||
signal_helper = -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user