diff options
author | Max Kellermann <max@duempel.org> | 2009-02-09 16:35:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-09 16:38:03 +0100 |
commit | f6455d5f79fe9b6eda1635ff4c32aefab21818c8 (patch) | |
tree | 16fb8f62cec03ac7b531a20e80f6f55bc3b0c93f /src/output/shout_plugin.h | |
parent | cf94008b27620f7bfa87ce0c986806c35f7911bb (diff) | |
download | mpd-f6455d5f79fe9b6eda1635ff4c32aefab21818c8.tar.gz mpd-f6455d5f79fe9b6eda1635ff4c32aefab21818c8.tar.xz mpd-f6455d5f79fe9b6eda1635ff4c32aefab21818c8.zip |
shout: switch to blocking mode
The non-blocking mode of libshout is sparsely documented, and MPD's
implementation had several bugs. Also removed connect throttling
code, that is done by the MPD core since 0.14.
Diffstat (limited to 'src/output/shout_plugin.h')
-rw-r--r-- | src/output/shout_plugin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h index 7439283eb..d347ae630 100644 --- a/src/output/shout_plugin.h +++ b/src/output/shout_plugin.h @@ -68,13 +68,9 @@ struct shout_data { float quality; int bitrate; - bool opened; - struct tag *tag; int timeout; - int conn_attempts; - time_t last_attempt; Timer *timer; |