aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2001-03-15 16:17:57 +0000
committertradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2001-03-15 16:17:57 +0000
commit655f02f93d0004138e8a5f28c0ed8672081eb8c2 (patch)
treede0de146d3da6239953981a89e4c47be81a57642
parent3f920c737d70814a195c9675542d737fc0b3987a (diff)
Schedule isosurfacer termination routine.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@41 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e7713ab..2c8ab9b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,3 +11,8 @@ schedule IsoSurfacer_Worker at POSTSTEP
{
LANG:C
} "Polling routine"
+
+schedule Iso_ShutdownServer at TERMINATE
+{
+ LANG:C
+} "Termination routine"