[Pcsclite-cvs-commit] r4740 - in /trunk/PCSC/src: readerfactory.c readerfactory.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Feb 9 14:48:57 UTC 2010


Author: rousseau
Date: Tue Feb  9 14:48:57 2010
New Revision: 4740

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4740
Log:
In struct ReaderContext remove the now useless dwBlockStatus field

Modified:
    trunk/PCSC/src/readerfactory.c
    trunk/PCSC/src/readerfactory.h

Modified: trunk/PCSC/src/readerfactory.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/readerfactory.c?rev=4740&op=diff
==============================================================================
--- trunk/PCSC/src/readerfactory.c (original)
+++ trunk/PCSC/src/readerfactory.c Tue Feb  9 14:48:57 2010
@@ -173,7 +173,6 @@
 	(sReadersContexts[dwContext])->version = 0;
 	(sReadersContexts[dwContext])->port = port;
 	(sReadersContexts[dwContext])->mMutex = NULL;
-	(sReadersContexts[dwContext])->dwBlockStatus = 0;
 	(sReadersContexts[dwContext])->contexts = 0;
 	(sReadersContexts[dwContext])->pthThread = 0;
 	(sReadersContexts[dwContext])->hLockId = 0;
@@ -365,7 +364,6 @@
 		/* Added by Dave for multiple slots */
 		*(sReadersContexts[dwContextB])->pdwFeeds += 1;
 
-		(sReadersContexts[dwContextB])->dwBlockStatus = 0;
 		(sReadersContexts[dwContextB])->contexts = 0;
 		(sReadersContexts[dwContextB])->hLockId = 0;
 		(sReadersContexts[dwContextB])->LockCount = 0;
@@ -498,7 +496,6 @@
 		sContext->version = 0;
 		sContext->port = 0;
 		sContext->mMutex = NULL;
-		sContext->dwBlockStatus = 0;
 		sContext->contexts = 0;
 		sContext->slot = 0;
 		sContext->hLockId = 0;

Modified: trunk/PCSC/src/readerfactory.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/readerfactory.h?rev=4740&op=diff
==============================================================================
--- trunk/PCSC/src/readerfactory.h (original)
+++ trunk/PCSC/src/readerfactory.h Tue Feb  9 14:48:57 2010
@@ -124,7 +124,6 @@
 		int version;			/**< IFD Handler version number */
 		int port;				/**< Port ID */
 		int slot;				/**< Current Reader Slot */
-		DWORD dwBlockStatus;	/**< Current blocking status */
 		SCARDHANDLE hLockId;	/**< Lock Id */
 		DWORD dwIdentity;		/**< Shared ID High Nibble */
 		int LockCount;			/**< number of recursive locks */




More information about the Pcsclite-cvs-commit mailing list