aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..eafde10
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,15 @@
+# Schedule definitions for thorn IOHDF5Util
+# $Header$
+
+########################################################################
+### register IOHDF5Util routines
+########################################################################
+schedule IOHDF5Util_Startup at STARTUP after IOUtil_Startup
+{
+ LANG:C
+} "IOHDF5Util startup routine"
+
+schedule IOHDF5Util_Terminate at TERMINATE before Driver_Terminate
+{
+ LANG:C
+} "IOHDF5Util termination routine"