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/logparse.h') diff --git a/utility/logparse.h b/utility/logparse.h index cd085b5..7ca0958 100644 --- a/utility/logparse.h +++ b/utility/logparse.h @@ -28,9 +28,10 @@ void parser_split_logs(config_t *cfg); apr_status_t parser_tokenize_line(const char *arg_str, char ***argv_out, apr_pool_t *token_context); -apr_status_t parser_parsefile(config_t *cfg, config_filestat_t *fstat); +apr_status_t parser_parsefile(config_t *cfg, config_dbd_t *dbconn, + config_filestat_t *fstat); apr_status_t parser_processline(apr_pool_t *ptemp, config_t *cfg, - config_filestat_t *line, char **argv, int argc); + config_dbd_t *dbconn, config_filestat_t *line, char **argv, int argc); #endif /*LOGPARSE_H_*/ -- cgit v0.9.2