From 13039414f5fd00a6b20d2bbad9fd497c6e579d34 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 16 Oct 2014 11:48:18 +0200 Subject: input: implement JSON-based IPC protocol --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') 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[]; -- cgit v1.2.3