diff options
author | phintuka <phintuka> | 2006-12-31 18:55:00 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-31 18:55:00 +0000 |
commit | 53b70abd0be65b2e3b541a95d89c6c63c6901a75 (patch) | |
tree | 2d41bda4bdf34e31e8a57a827315fdfba28381d4 | |
parent | eee25917f3a85f6c469cc89ec8640d79fb29b573 (diff) | |
download | xineliboutput-53b70abd0be65b2e3b541a95d89c6c63c6901a75.tar.gz xineliboutput-53b70abd0be65b2e3b541a95d89c6c63c6901a75.tar.bz2 |
m_MasterCli
-rw-r--r-- | frontend_svr.h | 3 |
1 files changed, 2 insertions, 1 deletions
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]; |