summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/softoken/private.h')
-rw-r--r--security/nss/lib/softoken/private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/softoken/private.h b/security/nss/lib/softoken/private.h
index b90ceaaea..0125c7e7b 100644
--- a/security/nss/lib/softoken/private.h
+++ b/security/nss/lib/softoken/private.h
@@ -50,6 +50,8 @@ struct SECKEYKeyDBHandleStr {
DB *updatedb; /* used when updating an old version */
SECItem *global_salt; /* password hashing salt for this db */
int version; /* version of the database */
+ char *dbname; /* name of the openned DB */
+ PRBool readOnly; /* is the DB read only */
};
/*