aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-05-11 16:35:21 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-05-11 16:35:21 +0000
commit7531f928423e6847bfd3b266003607df8f6d69eb (patch)
tree80440446372bb8084e4bcefdaee9b2052f358e81 /schedule.ccl
parenta5ff5d46130b527f3c32ca5ceb0add3d7c194093 (diff)
schedule IOUtil_Startup at STARTUP after Driver_Startup
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@71 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2c10b56..9fe0019 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,6 @@
# Schedule definitions for thorn IOUtil
-schedule IOUtil_Startup at STARTUP
+schedule IOUtil_Startup at STARTUP after Driver_Startup
{
LANG:C
} "IOUtil startup routine"