[Pcsclite-cvs-commit] r4431 - /trunk/PCSC/src/winscard_msg.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 6 09:08:31 UTC 2009


Author: rousseau
Date: Tue Oct  6 09:08:30 2009
New Revision: 4431

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4431
Log:
add struct wait_reader_state_change

Modified:
    trunk/PCSC/src/winscard_msg.h

Modified: trunk/PCSC/src/winscard_msg.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_msg.h?rev=4431&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_msg.h (original)
+++ trunk/PCSC/src/winscard_msg.h Tue Oct  6 09:08:30 2009
@@ -114,6 +114,15 @@
 	typedef struct client_struct client_struct;
 
 	/**
+	 * @brief Information contained in \ref CMD_WAIT_READER_STATE_CHANGE Messages.
+	 */
+	struct wait_reader_state_change
+	{
+		uint32_t timeOut;	/**< timeout in ms */
+		uint32_t rv;
+	};
+
+	/**
 	 * @brief Information contained in \ref SCARD_ESTABLISH_CONTEXT Messages.
 	 *
 	 * These data are passed throw the field \c sharedSegmentMsg.data.




More information about the Pcsclite-cvs-commit mailing list