From f6455d5f79fe9b6eda1635ff4c32aefab21818c8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Feb 2009 16:35:54 +0100 Subject: 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. --- src/output/shout_plugin.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/output/shout_plugin.h') 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; -- cgit v1.2.3