volta.h
changeset 17 bd746609ba46
parent 15 2706fc514dea
child 18 d4ce82194b64
--- a/volta.h	Mon Nov 07 10:43:06 2011 -0800
+++ b/volta.h	Mon Nov 07 10:43:09 2011 -0800
@@ -84,6 +84,7 @@
 	unsigned short int debugmode; /* debug level */
 	char dbname[128];             /* path to database file */
 	short int db_fd;              /* opened db file descriptor */
+	struct cdb db;                /* the cdb struct */
 
 	struct {
 		time_t start;             /* start time */