aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 14:24:21 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 14:24:21 +0000
commit52dbe6bf70ea69c0370431c54e709f2e3c179dc3 (patch)
tree3baa51e18b3366b0cfba0bfd9d1d797d0a47701b /schedule.ccl
parent645206e8e1e76a4206ab2d421f1d8345a41ddb1d (diff)
Schedule a new function to deal with anything to do with content.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@27 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5f975c3..187dd11 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,14 @@ SCHEDULE HTTP_Work AT poststep
LANG: C
} "HTTP working routine"
+if(provide_pages)
+{
+ SCHEDULE HTTP_ContentWork AT poststep
+ {
+ LANG: C
+ } "HTTP Content Working routine"
+}
+
SCHEDULE HTTP_Shutdown AT shutdown
{
LANG: C