summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-09 12:11:23 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-09 12:11:23 +0000
commit405ad676b716e48a7d0e3084a73e669fc84228bb (patch)
tree1df88a2b31e504d60a3bd3cd7c96cfd24ec46b71
parent4d6242086ee4e588f68b46fda7838c4e26cae846 (diff)
downloadgnutls-405ad676b716e48a7d0e3084a73e669fc84228bb.tar.gz
more descriptive comments
-rw-r--r--lib/gnutls_db.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c
index 2d441baf96..82c02d2612 100644
--- a/lib/gnutls_db.c
+++ b/lib/gnutls_db.c
@@ -99,8 +99,9 @@ GDBM_FILE dbf;
* gnutls_clean_db - removes expired and invalid sessions from the database
* @state: is a &GNUTLS_STATE structure.
*
- * This function Deletes all expired records in the db. This db may become huge
- * if this function is not called.
+ * This function Deletes all expired records in the resumed sessions' database.
+ * This database may become huge if this function is not called.
+ * (this function is also quite expensive)
**/
int gnutls_clean_db( GNUTLS_STATE state) {
#ifdef HAVE_LIBGDBM