[Pcsclite-cvs-commit] PCSC/src pcsclite.h,1.17,1.18

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 26 Aug 2003 15:08:56 +0200


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

Modified Files:
	pcsclite.h 
Log Message:
define PCSCLITE_MAX_READERS as the maximum number of readers


Index: pcsclite.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcsclite.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pcsclite.h	18 Aug 2003 09:05:37 -0000	1.17
--- pcsclite.h	26 Aug 2003 13:08:53 -0000	1.18
***************
*** 179,183 ****
  #define PCSCLITE_INFINITE_TIMEOUT    4320000	/* 50 day infinite t/o */
  
! #define PCSCLITE_VERSION_NUMBER		"1.1.2"	/* Current version */
  #define PCSCLITE_CLIENT_ATTEMPTS        120	/* Attempts to reach sv */
  #define PCSCLITE_MCLIENT_ATTEMPTS       20	/* Attempts to reach sv */
--- 179,183 ----
  #define PCSCLITE_INFINITE_TIMEOUT    4320000	/* 50 day infinite t/o */
  
! #define PCSCLITE_VERSION_NUMBER		"1.2.0-rc1"	/* Current version */
  #define PCSCLITE_CLIENT_ATTEMPTS        120	/* Attempts to reach sv */
  #define PCSCLITE_MCLIENT_ATTEMPTS       20	/* Attempts to reach sv */
***************
*** 187,191 ****
  #define PCSCLITE_MAX_CHANNELS           16	/* Maximum channels */
  #define PCSCLITE_MAX_APPLICATIONS       16	/* Maximum applications */
! #define PCSCLITE_MAX_CONTEXTS           16	/* Maximum readers */
  #define PCSCLITE_MAX_THREADS            16	/* Stat change threads */
  #define PCSCLITE_MAX_COMSIZE            64	/* Maximum arg size */
--- 187,192 ----
  #define PCSCLITE_MAX_CHANNELS           16	/* Maximum channels */
  #define PCSCLITE_MAX_APPLICATIONS       16	/* Maximum applications */
! #define PCSCLITE_MAX_READERS            16  /* Maximum readers */
! #define PCSCLITE_MAX_CONTEXTS           PCSCLITE_MAX_READERS
  #define PCSCLITE_MAX_THREADS            16	/* Stat change threads */
  #define PCSCLITE_MAX_COMSIZE            64	/* Maximum arg size */