summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-19 16:36:46 +0000
committerphintuka <phintuka>2006-12-19 16:36:46 +0000
commit7f7fd666109c68a7f77fe66cdf818b2aa566f5a4 (patch)
tree776c5aeb5906c6312a2c36243f2609b8bbe20c06
parentf2b405fb39486e5a6b7a6b7e4039e0bfd2fcabcc (diff)
downloadxineliboutput-7f7fd666109c68a7f77fe66cdf818b2aa566f5a4.tar.gz
xineliboutput-7f7fd666109c68a7f77fe66cdf818b2aa566f5a4.tar.bz2
added m_ServerId
-rw-r--r--frontend_svr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend_svr.h b/frontend_svr.h
index 75cd3f63..beed3b2b 100644
--- a/frontend_svr.h
+++ b/frontend_svr.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.h,v 1.11 2006-12-15 15:32:59 phintuka Exp $
+ * $Id: frontend_svr.h,v 1.12 2006-12-19 16:36:46 phintuka Exp $
*
*/
@@ -94,6 +94,7 @@ protected:
// Data
int m_Port;
+ int m_ServerId;
int fd_listen;
int fd_discovery;