X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a2c5f9998376a5877aef36e410921908ab8605ba..7110baa5d9bceb029bb73d435bfdbcc6836da21c:/lib/base/filepush.h diff --git a/lib/base/filepush.h b/lib/base/filepush.h index 7eb79974..f2bd98be 100644 --- a/lib/base/filepush.h +++ b/lib/base/filepush.h @@ -20,6 +20,7 @@ public: /* flushes the internal readbuffer */ void flush(); + void enablePVRCommit(int); enum { evtEOF, evtReadError, evtWriteError }; Signal1 m_event; @@ -29,6 +30,7 @@ private: unsigned char m_buffer[65536]; int m_buf_start, m_buf_end; int m_fd_source, m_fd_dest; + int m_send_pvr_commit; eFixedMessagePump m_messagepump;