[Pcsclite-cvs-commit] r3291 - /trunk/PCSC/src/utils.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jan 24 12:46:42 UTC 2009


Author: rousseau
Date: Sat Jan 24 12:46:42 2009
New Revision: 3291

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3291
Log:
StatSynchronizeContext() is used for a specific client. Correct the
comment.

Modified:
    trunk/PCSC/src/utils.c

Modified: trunk/PCSC/src/utils.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/utils.c?rev=3291&op=diff
==============================================================================
--- trunk/PCSC/src/utils.c (original)
+++ trunk/PCSC/src/utils.c Sat Jan 24 12:46:42 2009
@@ -152,9 +152,9 @@
 
 
 /**
- * Sends an asynchronous event to any waiting client
- *
- * Just write 1 byte to any fifo in PCSCLITE_EVENTS_DIR and remove the file
+ * Sends an asynchronous event to a specific waiting client
+ *
+ * Just write 1 byte to a specific fifo in PCSCLITE_EVENTS_DIR and remove the file
  *
  * This function must be secured since the files are created by the library
  * or any non privileged process. We must not follow symlinks for example




More information about the Pcsclite-cvs-commit mailing list