From c652e8fa8141d7e323cbdbbc0a662244a5a84955 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Tue, 22 Nov 2011 01:15:09 +0100 Subject: Added server menu with list of clients. Connections can be terminated with the "red" key. The former main menu action of suspending live TV moved to the "blue" key. --- server/server.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/server.h') diff --git a/server/server.h b/server/server.h index dfe9cc1..91a9cae 100644 --- a/server/server.h +++ b/server/server.h @@ -36,7 +36,8 @@ public: static void Initialize(void); static void Destruct(void); static bool Active(void); - static void MainThreadHook(void); + + static const cList& Clients(cThreadLock& Lock); }; inline bool cStreamdevServer::Active(void) -- cgit v1.2.3