From 7f7fd666109c68a7f77fe66cdf818b2aa566f5a4 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 19 Dec 2006 16:36:46 +0000 Subject: added m_ServerId --- frontend_svr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3