aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-04 09:33:52 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-04 09:33:52 +0000
commita56d13efe4ca5ae5ec16daf48a1842e61de89109 (patch)
treef9c3f93aeecc0cfd9ee3447675584071ad424481 /schedule.ccl
parent26d5683ec2ee7d39c246029122ef80bcd4d63b96 (diff)
Socket layer. Compiles but untested.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@6 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl17
1 files changed, 10 insertions, 7 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e75cee..e7713ab 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,10 +1,13 @@
# Schedule definitions for thorn IsoSurfacer
# $Header$
-# schedule IsoSurfacer_Startup at STARTUP before (Webserver_Startup)
+# schedule IsoSurfacer_Startup at STARTUP
-#if (*isosurfacer != '\0') {
- schedule IsoSurfacer_Startup at STARTUP
- {
- LANG:C
- } "Startup routine"
-#}
+schedule IsoSurfacer_Startup at STARTUP
+{
+ LANG:C
+} "Startup routine"
+
+schedule IsoSurfacer_Worker at POSTSTEP
+{
+ LANG:C
+} "Polling routine"