summaryrefslogtreecommitdiff
path: root/mtd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-28 15:54:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-28 15:54:22 +0200
commitc2634a7ccf815bedc26671b803dc571f0544fc73 (patch)
treea1624fe6c0da3ffbdbbbd3d37f4dfd4b1b645e79 /mtd.h
parente8ae4afd0961cc93cbca3830fe065f6da9d806c9 (diff)
downloadvdr-c2634a7ccf815bedc26671b803dc571f0544fc73.tar.gz
vdr-c2634a7ccf815bedc26671b803dc571f0544fc73.tar.bz2
Fixed inconsistent behavior in case only certain devices are used (selected by the '-D' option)
Diffstat (limited to 'mtd.h')
-rw-r--r--mtd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mtd.h b/mtd.h
index 2be5f3dc..9dcc1bd0 100644
--- a/mtd.h
+++ b/mtd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: mtd.h 1.8 2017/05/01 09:19:21 kls Exp $
+ * $Id: mtd.h 1.9 2019/05/28 15:00:10 kls Exp $
*/
#ifndef __MTD_H
@@ -136,9 +136,9 @@ public:
///< Tells all active MTD CAM slots to cancel activation.
bool IsActivating(void);
///< Returns true if any of the active MTD CAM slots is currently activating.
- bool Devices(cVector<int> &CardIndexes);
- ///< Adds the card indexes of the devices of any active MTD CAM slots to
- ///< the given CardIndexes.
+ bool Devices(cVector<int> &DeviceNumbers);
+ ///< Adds the numbers of the devices of any active MTD CAM slots to
+ ///< the given DeviceNumbers.
///< Returns true if the array is not empty.
void UnAssignAll(void);
///< Unassigns all MTD CAM slots from their devices.