]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/sysman.h
The scheduler did not run with a high enough priority, causing problems on
[thirdparty/cups.git] / scheduler / sysman.h
index 929ee73589c7e4dbaba54b8e5a6fab1682da172a..74c667b0d36ff743b1ff5b704c054634f4e428f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * System management definitions for the CUPS scheduler.
  *
- * Copyright 2007-2014 by Apple Inc.
+ * Copyright 2007-2017 by Apple Inc.
  * Copyright 2006 by Easy Software Products.
  *
  * These coded instructions, statements, and computer programs are the
@@ -54,6 +54,6 @@ VAR int                       SysEventPipes[2] VALUE2(-1,-1);
 extern void    cupsdAllowSleep(void);
 extern void    cupsdCleanDirty(void);
 extern void    cupsdMarkDirty(int what);
-extern void    cupsdSetBusyState(void);
+extern void    cupsdSetBusyState(int working);
 extern void    cupsdStartSystemMonitor(void);
 extern void    cupsdStopSystemMonitor(void);