summaryrefslogtreecommitdiff
path: root/sysdep/unix/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r--sysdep/unix/unix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h
index 64b146ee..12306167 100644
--- a/sysdep/unix/unix.h
+++ b/sysdep/unix/unix.h
@@ -122,6 +122,11 @@ struct log_config {
node n;
uint mask; /* Classes to log */
void *fh; /* FILE to log to, NULL=syslog */
+ struct rfile *rf; /* Resource for log file */
+ char *filename; /* Log filename */
+ char *backup; /* Secondary filename (for log rotation) */
+ off_t pos; /* Position/size of current log */
+ off_t limit; /* Log size limit */
int terminal_flag;
};