From 5cdabb1038ec3f628001f26f5d587eb95ca6465d Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 18 Nov 2005 03:35:17 +0000 Subject: scan: add allocateFrontendByIndex, so ServiceScan uses a fixed frontend ID - currently hardcoded 0 in python. --- lib/components/scan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/components/scan.h') diff --git a/lib/components/scan.h b/lib/components/scan.h index 04218b98..eb18f104 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -42,7 +42,7 @@ public: /* please keep the flags in sync with lib/dvb/scan.h ! */ enum { scanNetworkSearch=1 }; - int start(int flags=0); + int start(int feid, int flags=0); }; #endif -- cgit v1.2.3