aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Timers/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Timers/schedule.ccl')
-rw-r--r--Carpet/Timers/schedule.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Carpet/Timers/schedule.ccl b/Carpet/Timers/schedule.ccl
new file mode 100644
index 000000000..a7f2cbc03
--- /dev/null
+++ b/Carpet/Timers/schedule.ccl
@@ -0,0 +1,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"