summaryrefslogtreecommitdiffstatsabout
path: root/utility/config.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2009-03-14 22:07:56 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2009-03-14 22:07:56 (GMT)
commitb8790b1b48c238f2ba266e34625b8e8f5db0ad6e (patch)
treea9c7b08bc4ed3ee59aaf574f5f1738efa915fadc /utility/config.h
parent99867e8a2eca4421075900e44f24cfd749db7dcb (diff)
refactoroed to allo wdb connections to be per-thread
added initial threading implementation using apr_queues and apr_thread_pools
Diffstat (limited to 'utility/config.h')
-rw-r--r--utility/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utility/config.h b/utility/config.h
index 91c6f65..a9bd1b5 100644
--- a/utility/config.h
+++ b/utility/config.h
@@ -58,7 +58,6 @@ struct config_t {
58 /** db connection configuration */ 58 /** db connection configuration */
59 const char *dbdriver; 59 const char *dbdriver;
60 const char *dbparams; 60 const char *dbparams;
61 config_dbd_t *dbconn;
62 61
63 /** Logging table */ 62 /** Logging table */
64 const char *table; 63 const char *table;