summaryrefslogtreecommitdiff
path: root/security/nss/lib/dev/devt.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/dev/devt.h')
-rw-r--r--security/nss/lib/dev/devt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/dev/devt.h b/security/nss/lib/dev/devt.h
index 10a7978c3..002f31144 100644
--- a/security/nss/lib/dev/devt.h
+++ b/security/nss/lib/dev/devt.h
@@ -124,6 +124,7 @@ struct NSSSlotStr
CK_FLAGS ckFlags; /* from CK_SLOT_INFO.flags */
struct nssSlotAuthInfoStr authInfo;
PRIntervalTime lastTokenPing;
+ PZLock *lock;
#ifdef NSS_3_4_CODE
void *epv;
PK11SlotInfo *pk11slot;
@@ -136,6 +137,7 @@ struct nssSessionStr
CK_SESSION_HANDLE handle;
NSSSlot *slot;
PRBool isRW;
+ PRBool ownLock;
};
typedef enum {