aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index 722fc9b..323d403 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -226,6 +226,7 @@ struct spool
226 mu_url_t dest_url; /* Destination URL */ 226 mu_url_t dest_url; /* Destination URL */
227 const char *dest_dir; /* Directory part of the above */ 227 const char *dest_dir; /* Directory part of the above */
228 struct virt_tab vtab; /* Virtual method table */ 228 struct virt_tab vtab; /* Virtual method table */
229 int inotify_enable;
229 230
230 time_t file_sweep_time; /* Remove invalid/unprocessed files 231 time_t file_sweep_time; /* Remove invalid/unprocessed files
231 after this amount of time */ 232 after this amount of time */
@@ -377,6 +378,8 @@ extern unsigned max_directive_version;
377extern struct spool fake_spool; 378extern struct spool fake_spool;
378extern struct spool inotify_spool; 379extern struct spool inotify_spool;
379 380
381extern int inotify_enable;
382
380#define UPDATE_STATS(what) \ 383#define UPDATE_STATS(what) \
381 do \ 384 do \
382 { \ 385 { \

Return to:

Send suggestions and report system problems to the System administrator.