aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: f812d36c5e12fc97f58df1a9d5a36fc7e029e68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Schedule definitions for thorn IsoSurfacer
# $Header$

schedule IsoSurfacer_Startup at STARTUP
{
  LANG:C
} "Startup routine"

schedule IsoSurfacer_Worker at POSTSTEP
{
  LANG:C
} "Polling routine"

schedule Iso_ShutdownServer at TERMINATE
{
  LANG:C
} "Termination routine"