aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-04-28 16:32:55 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-04-28 16:32:55 +0000
commit7a308bf34c39c6f7a5e248965ee1786dde0e9458 (patch)
tree37ca1582a4e46ddfd7377946a1cf60ea2c0d3863 /schedule.ccl
parenta9f312ad6723f412e257c138c7a1ab8082c1246c (diff)
Bringing IOPanda to a more up-to-date state.
Still developmental. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@7 38c3d835-c875-442e-b0fe-21c19ce1d001
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 6329547..3e53fb4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,7 +4,7 @@
########################################################################
### register IOPanda routines
########################################################################
-schedule IOPanda_Startup at STARTUP after IOUtil_Startup
+schedule IOPanda_Startup at STARTUP after (IOUtil_Startup Driver_Startup)
{
LANG:C
} "IOPanda startup routine"