diff options
Diffstat (limited to 'src/output_internal.h')
-rw-r--r-- | src/output_internal.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/output_internal.h b/src/output_internal.h index c5ed7652a..498f45d06 100644 --- a/src/output_internal.h +++ b/src/output_internal.h @@ -65,10 +65,11 @@ struct audio_output { bool open; /** - * If not zero, the device has failed, and should not be - * reopened automatically before this time stamp. + * If not NULL, the device has failed, and this timer is used + * to estimate how long it should stay disabled (unless + * explicitly reopened with "play"). */ - time_t reopen_after; + GTimer *fail_timer; /** * The audio_format in which audio data is received from the |