diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-25 00:08:47 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-25 00:08:47 +0000 |
commit | 36ab0775e1c5ec4352f36074cea8bfbe49302b80 (patch) | |
tree | 4b26db758323bae193318b3fc5cfa47517f5502c /daemon/httpauthd.h | |
parent | b9cab65e320fccc04cd06694e717db5e4abb5dcc (diff) |
Moved some common directives to the main config parser.
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |