summaryrefslogtreecommitdiff
path: root/src/umbrella.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/umbrella.h')
-rw-r--r--src/umbrella.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/umbrella.h b/src/umbrella.h
index ff1873f..b0308b5 100644
--- a/src/umbrella.h
+++ b/src/umbrella.h
@@ -92,6 +92,8 @@ typedef struct {
int action_count;
char log_filter[MAX_PATH]; /* path to filter executable, or empty */
+ char log_dir[MAX_PATH]; /* directory to watch, or "" if not used */
+ char log_dir_pattern[MAX_PATH]; /* fnmatch pattern for log files; default "*" */
/* Runtime state (populated by process/rcon layer, not yaml) */
ProcessState state;