summaryrefslogtreecommitdiff
path: root/lib/dev/devt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dev/devt.h')
-rw-r--r--lib/dev/devt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dev/devt.h b/lib/dev/devt.h
index 268cc9e07..0f6d9e49a 100644
--- a/lib/dev/devt.h
+++ b/lib/dev/devt.h
@@ -92,7 +92,7 @@ struct NSSSlotStr {
PK11SlotInfo *pk11slot;
PZLock *isPresentLock;
PRCondVar *isPresentCondition;
- PRBool inIsPresent;
+ PRThread *isPresentThread;
};
struct nssSessionStr {