[Pcsclite-cvs-commit] PCSC/src winscard_msg.h,1.6,1.7

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv31313

Modified Files:
	winscard_msg.h 
Log Message:
add a dummy field (to replace request_id) in sharedSegmentMsg to have
the same structure size as in previous pcsc-lite versions so that a new
pcscd can talk to an old libpcsclite and vice-versa.


Index: winscard_msg.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_msg.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- winscard_msg.h	16 Jan 2004 11:23:49 -0000	1.6
+++ winscard_msg.h	14 Apr 2004 14:36:38 -0000	1.7
@@ -25,6 +25,7 @@
 		unsigned int user_id;
 		unsigned int group_id;
 		unsigned int command;
+		unsigned int dummy;	/* was request_id in pcsc-lite <= 1.2.0 */
 		time_t date;
 		unsigned char key[PCSCLITE_MSG_KEY_LEN];
 		unsigned char data[PCSCLITE_MAX_MESSAGE_SIZE];