aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-03-25 10:01:28 +0000
committertradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-03-25 10:01:28 +0000
commit3dd07659c6e5612e6d6ef0bc22c51c09e23c0a93 (patch)
tree5c276b0d665b6463765553f6a92372488bc17b46 /schedule.ccl
parentdab286727e0340ec64e8ee6b953006e072b28d40 (diff)
Scheduled HTTP_Work before IOUtil_UpdateParFile.
This closes PR CactusBase/947. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@161 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 187dd11..a6c787e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ SCHEDULE HTTP_Startup AT startup
LANG: C
} "HTTP daemon startup"
-SCHEDULE HTTP_Work AT poststep
+SCHEDULE HTTP_Work AT poststep BEFORE IOUtil_UpdateParFile
{
LANG: C
} "HTTP working routine"