aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Timers/schedule.ccl
blob: a7f2cbc037a6f77b05570e02fb5b4d962ff67ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Schedule definitions for thorn Timers

SCHEDULE Timer_Startup AT startup BEFORE Driver_Startup
{
  LANG: C
} "Prepare hierarchical timers"

SCHEDULE Timer_Shutdown AT shutdown AFTER Driver_Shutdown
{
  LANG: C
} "Prepare hierarchical timers"