From 36ab0775e1c5ec4352f36074cea8bfbe49302b80 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 25 Apr 2004 00:08:47 +0000 Subject: Moved some common directives to the main config parser. --- daemon/httpauthd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemon/httpauthd.h') diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index b710444..55a4d90 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -174,7 +174,8 @@ typedef struct ha_context const char* name; /* A name assigned by the configuration file */ ha_handler_t* handler; /* The original handler structure */ unsigned int types; /* The types of authentication allowed */ - int timeout; /* Timeout for cached connections */ + int cache_timeout; /* Timeout for cached connections */ + int cache_max; /* Maximum amount of cached connections */ void* data; /* Handler specific data */ } ha_context_t; -- cgit v1.2.3