From a56d13efe4ca5ae5ec16daf48a1842e61de89109 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 4 Oct 2000 09:33:52 +0000 Subject: Socket layer. Compiles but untested. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@6 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- schedule.ccl | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3