Merge in SecAuditLog2 from trunk. (trac #102)

This commit is contained in:
brectanus
2007-04-25 21:16:51 +00:00
parent 424a51c0f7
commit 1a9954c2a3
5 changed files with 106 additions and 2 deletions

View File

@@ -346,9 +346,12 @@ struct directory_config {
* name of the index file (for the new audit log type)
*/
char *auditlog_name;
/* The name of the secondary index file */
char *auditlog2_name;
/* The file descriptor for the file above */
/* The file descriptors for the files above */
apr_file_t *auditlog_fd;
apr_file_t *auditlog2_fd;
/* For the new-style audit log only, the path where
* audit log entries will be stored