~ubuntu-branches/ubuntu/intrepid/pcsc-lite/intrepid

« back to all changes in this revision

Viewing changes to src/readerfactory.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-05-23 18:49:36 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070523184936-0vda6bhhfvcsrpej
Tags: 1.4.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Copyright (C) 2004
7
7
 *  Ludovic Rousseau <ludovic.rousseau@free.fr>
8
8
 *
9
 
 * $Id: readerfactory.h 2330 2007-01-11 16:54:16Z rousseau $
 
9
 * $Id: readerfactory.h 2543 2007-05-23 14:03:46Z rousseau $
10
10
 */
11
11
 
12
12
/**
162
162
                DWORD dwSlot;                   /* Current Reader Slot */
163
163
                DWORD dwBlockStatus;    /* Current blocking status */
164
164
                DWORD dwLockId;                 /* Lock Id */
 
165
                int LockCount;                  /* number of recursive locks */
165
166
                DWORD dwIdentity;               /* Shared ID High Nibble */
166
167
                int32_t dwContexts;             /* Number of open contexts */
167
168
                PDWORD pdwFeeds;                /* Number of shared client to lib */