Signed-off-by: André Roth <neol...@gmail.com>
---
 lib/include/dvb-fe.h  |    1 +
 lib/libdvbv5/dvb-fe.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h
index 8b795cb..b2c3587 100644
--- a/lib/include/dvb-fe.h
+++ b/lib/include/dvb-fe.h
@@ -88,6 +88,7 @@ struct dvb_v5_fe_parms {
        unsigned                        diseqc_wait;
        unsigned                        freq_offset;
 
+       int                             abort;
         dvb_logfunc                     logfunc;
 };
 
diff --git a/lib/libdvbv5/dvb-fe.c b/lib/libdvbv5/dvb-fe.c
index 1636948..8ed73b6 100644
--- a/lib/libdvbv5/dvb-fe.c
+++ b/lib/libdvbv5/dvb-fe.c
@@ -69,6 +69,7 @@ struct dvb_v5_fe_parms *dvb_fe_open2(int adapter, int 
frontend, unsigned verbose
        parms->verbose = verbose;
        parms->fd = fd;
        parms->sat_number = -1;
+        parms->abort = 0;
         parms->logfunc = logfunc;
 
        if (ioctl(fd, FE_GET_INFO, &parms->info) == -1) {
-- 
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to