diff options
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; |