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

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"