X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Ffilepush.cpp;h=3412c84a3a0744f8994296172cdf0973ec9cebd8;hp=605ec8a883770eda5b59a6f47675c53d6b9ed659;hb=13705824885aa7f8fb779713eab7d0e5874769a4;hpb=883a9c93798e01fc2825673799f48bf2a0a68d15 diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp index 605ec8a..3412c84 100644 --- a/lib/base/filepush.cpp +++ b/lib/base/filepush.cpp @@ -192,7 +192,7 @@ void eFilePushThread::thread() struct pollfd pfd; pfd.fd = m_fd_dest; - pfd.events = POLLPRI; + pfd.events = POLLIN; poll(&pfd, 1, 10000); sleep(5); /* HACK to allow ES buffer to drain */ already_empty = 1;