summaryrefslogtreecommitdiff
path: root/p2pvr/lib/muxer.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/lib/muxer.h')
-rw-r--r--p2pvr/lib/muxer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/p2pvr/lib/muxer.h b/p2pvr/lib/muxer.h
index f0563a4..354f229 100644
--- a/p2pvr/lib/muxer.h
+++ b/p2pvr/lib/muxer.h
@@ -6,6 +6,7 @@
#include <boost/shared_ptr.hpp>
#include <processPipes.h>
#include <visibility.h>
+#include <logger.h>
class DLL_PUBLIC Muxer : public P2PVR::RawDataClient {
public:
@@ -22,6 +23,8 @@ class DLL_PUBLIC Muxer : public P2PVR::RawDataClient {
typedef boost::shared_ptr<AdHoc::System::ProcessPipes> ProcessPipesPtr;
ProcessPipesPtr fds;
mutable std::mutex lock;
+
+ static IceTray::Logging::LoggerPtr log;
};
#endif