summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-03-17 15:48:21 +0000
committerphintuka <phintuka>2007-03-17 15:48:21 +0000
commit549516e44b14906c4f8c2970b9e005953e61bd79 (patch)
treecc7719b9cbe2d6f8c5e9da8b1f6ceff1b34cd8e7 /config.h
parentc165a43283610d7e59a2d81004bdbdff125334e6 (diff)
downloadxineliboutput-549516e44b14906c4f8c2970b9e005953e61bd79.tar.gz
xineliboutput-549516e44b14906c4f8c2970b9e005953e61bd79.tar.bz2
Bind to specific local address
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index d58fb699..63ef71dc 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.19 2007-03-17 12:14:37 phintuka Exp $
+ * $Id: config.h,v 1.20 2007-03-17 15:48:21 phintuka Exp $
*
*/
@@ -243,6 +243,9 @@ class config_t {
int remote_use_http; /* allow generic http streaming (primary device output) */
int remote_use_http_ctrl; /* allow http to control primary device (play/pause/seek...) */
+ char remote_iface[32]; /* use only this interface */
+ char remote_address[32]; /* bind locally to this IP */
+
int use_x_keyboard;
int hue; // 0...0xffff, -1 == off