aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ccd2ecf..4ed57da 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,3 +8,13 @@ schedule IOBasic_Startup at STARTUP after IOUtil_Startup
{
LANG:C
} "Startup routine"
+
+
+########################################################################
+### register IOBasic routines
+########################################################################
+storage: next_info_output_time next_scalar_output_time
+schedule IOBasic_Init at INITIAL
+{
+ LANG:C
+} "Initialisation routine"