[SmartcardServices-Changes] [130] trunk/SmartCardServices/src/PCSC/ifdhandler.h

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 22 04:37:24 PDT 2010


Revision: 130
          http://trac.macosforge.org/projects/smartcardservices/changeset/130
Author:   ludovic.rousseau at gmail.com
Date:     2010-06-22 04:37:21 -0700 (Tue, 22 Jun 2010)
Log Message:
-----------
Add TAG_IFD_STOP_POLLING_THREAD

Modified Paths:
--------------
    trunk/SmartCardServices/src/PCSC/ifdhandler.h

Modified: trunk/SmartCardServices/src/PCSC/ifdhandler.h
===================================================================
--- trunk/SmartCardServices/src/PCSC/ifdhandler.h	2010-06-07 13:06:29 UTC (rev 129)
+++ trunk/SmartCardServices/src/PCSC/ifdhandler.h	2010-06-22 11:37:21 UTC (rev 130)
@@ -333,6 +333,7 @@
 #define TAG_IFD_SIMULTANEOUS_ACCESS     0x0FAF	/**< number of reader the driver can manage */
 #define TAG_IFD_POLLING_THREAD          0x0FB0	/**< driver uses a polling thread */
 #define TAG_IFD_POLLING_THREAD_KILLABLE 0x0FB1	/**< the polling thread can be killed */
+#define TAG_IFD_STOP_POLLING_THREAD     0x0FB2  /**< method used to stop the polling thread (instead of just pthread_kill()) */
 
 	/*
 	 * IFD Handler version number enummerations
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20100622/30363128/attachment.html>


More information about the SmartcardServices-Changes mailing list