diff options
author | thlo <smarttv640@gmail.com> | 2014-01-03 11:17:24 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-01-03 11:17:24 +0100 |
commit | 6628d878c4e9e12f2fb6d8ea4d21a51a495696c5 (patch) | |
tree | 9b1e7d903d262ddd18a8f96ec89a5369d8c50376 /smarttvfactory.h | |
parent | 397f7c0d3e03178fd71d5c9546a9560eece426a6 (diff) | |
download | vdr-plugin-smarttvweb-6628d878c4e9e12f2fb6d8ea4d21a51a495696c5.tar.gz vdr-plugin-smarttvweb-6628d878c4e9e12f2fb6d8ea4d21a51a495696c5.tar.bz2 |
Improved Logging (with timestamp).
Diffstat (limited to 'smarttvfactory.h')
-rwxr-xr-x | smarttvfactory.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/smarttvfactory.h b/smarttvfactory.h index e010f98..a5bab66 100755 --- a/smarttvfactory.h +++ b/smarttvfactory.h @@ -1,7 +1,7 @@ /* * smarttvfactory.h: VDR on Smart TV plugin * - * Copyright (C) 2012 T. Lohmar + * Copyright (C) 2012 - 2014 T. Lohmar * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -30,7 +30,6 @@ #include <list> #include <ctime> #include <sys/select.h> -//#include "httpresource.h" #include "httpresource_base.h" #include "log.h" #include "stvw_cfg.h" @@ -98,8 +97,6 @@ class SmartTvServer : public cStatus { cManageUrls* getUrlsObj(); void pushYtVideoId(string, bool); - // void pushYtVideoIdToClient(string vid_id, string peer, bool); - void pushCfgServerAddressToTv( string tv_addr); string getRecCmdsMsg() { return mRecMsg; }; @@ -131,6 +128,8 @@ class SmartTvServer : public cStatus { void closeHttpResource(int rfd); void acceptHttpResource(int &req_id); + void logActiveSessionIds() ; + pthread_t mThreadId; int mRequestCount; bool isInited; |