]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/sysman.h
Merge pull request #5410 from AOSC-Dev/master
[thirdparty/cups.git] / scheduler / sysman.h
index 810b185f0dfde7ad949d2b0fdc9d64df81b55c46..c1a37f3d1a21218e15af17a05bc6761c187da1e0 100644 (file)
@@ -1,16 +1,10 @@
 /*
- * "$Id$"
+ * System management definitions for the CUPS scheduler.
  *
- *   System management definitions for the CUPS scheduler.
+ * Copyright 2007-2017 by Apple Inc.
+ * Copyright 2006 by Easy Software Products.
  *
- *   Copyright 2007-2011 by Apple Inc.
- *   Copyright 2006 by Easy Software Products.
- *
- *   These coded instructions, statements, and computer programs are the
- *   property of Apple Inc. and are protected by Federal copyright
- *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- *   which should have been included with this file.  If this file is
- *   file is missing or damaged, see the license at "http://www.cups.org/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -35,7 +29,9 @@ VAR int                       DirtyFiles      VALUE(CUPSD_DIRTY_NONE),
                                        /* How often do we write dirty files? */
 VAR time_t             DirtyCleanTime  VALUE(0);
                                        /* When to clean dirty files next */
-VAR int                        Sleeping        VALUE(0);
+VAR int                        ACPower         VALUE(-1),
+                                       /* Is the system on AC power? */
+                       Sleeping        VALUE(0);
                                        /* Non-zero if machine is entering or *
                                         * in a sleep state...                */
 VAR time_t             SleepJobs       VALUE(0);
@@ -54,11 +50,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);
-
-
-/*
- * End of "$Id$".
- */