[Pcsclite-cvs-commit] PCSC/src winscard_msg.h,1.4,1.5

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Fri, 16 Jan 2004 09:50:03 +0100


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv25757/src

Modified Files:
	winscard_msg.h 
Log Message:
Remove a useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.

Index: winscard_msg.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_msg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- winscard_msg.h	16 Dec 2003 22:49:10 -0000	1.4
+++ winscard_msg.h	16 Jan 2004 08:50:01 -0000	1.5
@@ -24,7 +24,6 @@
 		unsigned int user_id;
 		unsigned int group_id;
 		unsigned int command;
-		unsigned int request_id;
 		time_t date;
 		unsigned char key[PCSCLITE_MSG_KEY_LEN];
 		unsigned char data[PCSCLITE_MAX_MESSAGE_SIZE];
@@ -174,7 +173,7 @@
 	int SHMProcessEventsServer(PDWORD, int);
 	int SHMMessageSend(psharedSegmentMsg, int, int);
 	int SHMMessageReceive(psharedSegmentMsg, int, int);
-	int WrapSHMWrite(unsigned int, unsigned int, DWORD, unsigned int,
+	int WrapSHMWrite(unsigned int, DWORD, unsigned int,
 		unsigned int, void *);
 	void SHMCleanupSharedSegment(int, char *);