]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/sysman.h
Merge changes from CUPS 1.4svn-r7932.
[thirdparty/cups.git] / scheduler / sysman.h
index 50ef17f96e23a274f6c9a37de69af323eee7ebf4..97b9dd2c3be12ed6a93d8945ff92d7119023f2b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: sysman.h 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id: sysman.h 7676 2008-06-18 23:42:37Z mike $"
  *
  *   System management definitions for the Common UNIX Printing System (CUPS).
  *
@@ -31,7 +31,7 @@
 
 VAR int                        DirtyFiles      VALUE(CUPSD_DIRTY_NONE),
                                        /* What files are dirty? */
-                       DirtyCleanInterval VALUE(60);
+                       DirtyCleanInterval VALUE(DEFAULT_KEEPALIVE);
                                        /* How often do we write dirty files? */
 VAR time_t             DirtyCleanTime  VALUE(0);
                                        /* When to clean dirty files next */
@@ -53,9 +53,8 @@ extern void   cupsdMarkDirty(int what);
 extern void    cupsdSetBusyState(void);
 extern void    cupsdStartSystemMonitor(void);
 extern void    cupsdStopSystemMonitor(void);
-extern void    cupsdUpdateSystemMonitor(void);
 
 
 /*
- * End of "$Id: sysman.h 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id: sysman.h 7676 2008-06-18 23:42:37Z mike $".
  */