]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 667: missed this file in the patch
authorLee Howard <faxguy@howardsilvan.com>
Fri, 22 Jul 2005 21:47:15 +0000 (21:47 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Fri, 22 Jul 2005 21:47:15 +0000 (21:47 +0000)
faxd/faxQueueApp.h

index c7b0a558601e48bd231d620adf98b028f8fe3c93..e89cc6359850a96c0c2aa4838db9dec1d26f841e 100644 (file)
@@ -69,6 +69,8 @@ private:
     class SchedTimeout : public IOHandler {
     private:
        bool    started;
+       bool    pending;
+       time_t  lastRun;                // time of last scheduler run
     public:
        SchedTimeout();
        ~SchedTimeout();
@@ -85,7 +87,6 @@ private:
     u_int      maxSendPages;           // max pages in a send job
     u_int      maxDials;               // max times to dial the phone for a job
     u_int      maxTries;               // max transmits tried for a job
-    time_t     lastRun;                // time of last scheduler run
     TimeOfDay  tod;                    // time of day restrictions on sends
     DestControl        destCtrls;              // destination control database
     fxStr      longDistancePrefix;     // prefix str for long distance dialing