| 41 |
#endif |
#endif |
| 42 |
|
|
| 43 |
/* Array of structures to hold the ATR and other state value of each slot */ |
/* Array of structures to hold the ATR and other state value of each slot */ |
| 44 |
static CcidDesc CcidSlots[PCSCLITE_MAX_READERS]; |
static CcidDesc CcidSlots[CCID_DRIVER_MAX_READERS]; |
| 45 |
|
|
| 46 |
/* global mutex */ |
/* global mutex */ |
| 47 |
#ifdef HAVE_PTHREAD |
#ifdef HAVE_PTHREAD |
| 250 |
if (*Length >= 1) |
if (*Length >= 1) |
| 251 |
{ |
{ |
| 252 |
*Length = 1; |
*Length = 1; |
| 253 |
*Value = PCSCLITE_MAX_READERS; |
*Value = CCID_DRIVER_MAX_READERS; |
| 254 |
} |
} |
| 255 |
break; |
break; |
| 256 |
|
|