diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-20 08:44:53 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-20 08:44:53 +0000 |
commit | 9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325 (patch) | |
tree | 12866f2387f6156c1639cfcc8c12905ef0915a4f /options.h | |
parent | 362c73b143bc8bc1bb3658309fcf4737af0c8000 (diff) | |
download | mpd-9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325.tar.gz mpd-9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325.tar.xz mpd-9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325.zip |
Added option --exit wich disables automatic reconnection and exits if the
connection to the server is lost.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@321 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ typedef struct { char *host; int port; + int reconnect; + int debug; } options_t; |