diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |