All of lore.kernel.org
 help / color / mirror / Atom feed
From: "André Roth" <neolynx@gmail.com>
To: linux-media@vger.kernel.org
Cc: "André Roth" <neolynx@gmail.com>
Subject: [PATCH 5/6] libdvbv5: added abort flag
Date: Fri,  3 Aug 2012 12:26:58 +0200	[thread overview]
Message-ID: <1343989619-12928-5-git-send-email-neolynx@gmail.com> (raw)
In-Reply-To: <1343989619-12928-1-git-send-email-neolynx@gmail.com>

Signed-off-by: André Roth <neolynx@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


  parent reply	other threads:[~2012-08-03 10:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-03 10:26 [PATCH 1/6] libdvbv5: EIT parser André Roth
2012-08-03 10:26 ` [PATCH 2/6] libdvbv5: allow more options in set_pesfilter André Roth
2012-08-03 10:26 ` [PATCH 3/6] libdvbv5: dvb_dmx_open nonblocking André Roth
2012-08-03 10:26 ` [PATCH 4/6] libdvbv5: added dmx stop function André Roth
2012-08-03 10:26 ` André Roth [this message]
2012-08-03 10:26 ` [PATCH 6/6] libdvbv5: reworked table allocation/freeing André Roth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343989619-12928-5-git-send-email-neolynx@gmail.com \
    --to=neolynx@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.