summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirk.erickson%sun.com <devnull@localhost>2002-02-20 18:05:52 +0000
committerkirk.erickson%sun.com <devnull@localhost>2002-02-20 18:05:52 +0000
commit188b615215a008833dab40274ba3779f916da78f (patch)
tree8649a3c517703e50f6c93062b9c302e536dfec5c
parent33ca07fa4266851076d466f388c7a11562c48a02 (diff)
downloadnss-hg-188b615215a008833dab40274ba3779f916da78f.tar.gz
Added tokenIDCount, and tokenHashTable to comments about objectLock.
-rw-r--r--security/nss/lib/softoken/pkcs11i.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/nss/lib/softoken/pkcs11i.h b/security/nss/lib/softoken/pkcs11i.h
index 2041150f9..dd5599627 100644
--- a/security/nss/lib/softoken/pkcs11i.h
+++ b/security/nss/lib/softoken/pkcs11i.h
@@ -345,9 +345,10 @@ struct PK11SessionStr {
* The array of sessionLock's protect the session hash table (head[])
* as well as the reference count of session objects in that bucket
* (head[]->refCount), objectLock protects all elements of the token
- * object hash table (tokObjects[]), and slotLock protects the
- * remaining protected elements: password, isLoggedIn, ssoLoggedIn,
- * sessionIDCount, sessionCount, and rwSessionCount.
+ * object hash table (tokObjects[], tokenIDCount, and tokenHashTable),
+ * and slotLock protects the remaining protected elements:
+ * password, isLoggedIn, ssoLoggedIn, sessionIDCount, sessionCount,
+ * and rwSessionCount.
*/
struct PK11SlotStr {
CK_SLOT_ID slotID;