From b8790b1b48c238f2ba266e34625b8e8f5db0ad6e Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 14 Mar 2009 22:07:56 +0000 Subject: refactoroed to allo wdb connections to be per-thread added initial threading implementation using apr_queues and apr_thread_pools --- (limited to 'utility/config.h') 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 { /** db connection configuration */ const char *dbdriver; const char *dbparams; - config_dbd_t *dbconn; /** Logging table */ const char *table; -- cgit v0.9.2