X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8ef240801bf66e543cdea9df3b32fc09cebcc7e5..377d4210692cf494933638cce3b21da3189fb613:/lib/base/filepush.h diff --git a/lib/base/filepush.h b/lib/base/filepush.h index 25257880..35671cd6 100644 --- a/lib/base/filepush.h +++ b/lib/base/filepush.h @@ -35,7 +35,10 @@ public: enum { evtEOF, evtReadError, evtWriteError, evtUser }; Signal1 m_event; - + + void installSigUSR1Handler(); + void before_set_thread_alive(); + /* you can send private events if you want */ void sendEvent(int evt); protected: