summaryrefslogtreecommitdiff
path: root/scheduler/cupsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/cupsd.h')
-rw-r--r--scheduler/cupsd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
index 73e4d3bf0..1c5ce2560 100644
--- a/scheduler/cupsd.h
+++ b/scheduler/cupsd.h
@@ -153,8 +153,10 @@ VAR int MaxFDs VALUE(0);
VAR time_t ReloadTime VALUE(0);
/* Time of reload request... */
-VAR int NeedReload VALUE(RELOAD_ALL);
+VAR int NeedReload VALUE(RELOAD_ALL),
/* Need to load configuration? */
+ DoingShutdown VALUE(0);
+ /* Shutting down the scheduler? */
VAR void *DefaultProfile VALUE(0);
/* Default security profile */