summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 189df712fd..a34f3d6042 100644
--- a/options/options.h
+++ b/options/options.h
@@ -284,6 +284,8 @@ typedef struct MPOpts {
// may be NULL if encoding is not compiled-in
struct encode_opts *encode_opts;
+
+ char *ipc_path;
} MPOpts;
extern const m_option_t mp_opts[];