From 53b70abd0be65b2e3b541a95d89c6c63c6901a75 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 31 Dec 2006 18:55:00 +0000 Subject: m_MasterCli --- frontend_svr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend_svr.h b/frontend_svr.h index 51d305b7..a23b53e7 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.13 2006-12-24 17:01:35 phintuka Exp $ + * $Id: frontend_svr.h,v 1.14 2006-12-31 18:55:00 phintuka Exp $ * */ @@ -105,6 +105,7 @@ protected: char m_CtrlBuf[MAXCLIENTS][1024+1]; int m_CtrlBufPos[MAXCLIENTS]; + int m_MasterCli; bool m_bUdp[MAXCLIENTS]; int m_ConnType[MAXCLIENTS]; bool m_bMulticast[MAXCLIENTS]; -- cgit v1.2.3