summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
-rw-r--r--options/options.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index 090903bda6..2ff524f522 100644
--- a/options/options.c
+++ b/options/options.c
@@ -533,6 +533,8 @@ const m_option_t mp_opts[] = {
OPT_SUBSTRUCT("", encode_opts, encode_config, 0),
#endif
+ OPT_FLAG("slave-broken", slave_mode, CONF_GLOBAL),
+
{0}
};
diff --git a/options/options.h b/options/options.h
index 7b3bf4b69d..e5436383ad 100644
--- a/options/options.h
+++ b/options/options.h
@@ -240,6 +240,8 @@ typedef struct MPOpts {
int w32_priority;
+ int slave_mode;
+
int network_cookies_enabled;
char *network_cookies_file;
char *network_useragent;