add a workaround to ensure that the filepush thread take notice of the
[enigma2.git] / lib / base / thread.h
index 819c51fe530ea9186ea8dddaa76a246a20cbd091..12c5b25cbaba0c1c72f4e4ea9549d2320b9f566c 100644 (file)
@@ -51,7 +51,7 @@ public:
                /* result: 0 - thread is not alive
                           1 - thread state unknown */
        int sync();
-       void sendSignal(int sig);
+       int sendSignal(int sig);
 
                /* join the thread, i.e. busywait until thread has finnished. */
        void kill(bool sendcancel=false);