Changeset 4714 for trunk/Ohana/src/opihi/pantasks/psched.c
- Timestamp:
- Aug 5, 2005, 9:53:49 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/psched.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/psched.c
r4705 r4714 12 12 auto_break = TRUE; 13 13 14 Nlists = 0;15 ALLOCATE (lists, List, 1);16 17 /* init functions required by libraries */18 /* -libopihi */19 InitCommands ();20 InitMacros ();21 InitBuffers ();22 InitVectors ();23 InitVariables ();24 25 /* -libdisplay */26 InitGraph ();27 InitImage ();28 29 14 /* load the commands used by this implementation */ 30 15 InitBasic (); 31 16 InitData (); 32 InitOutfile ();33 17 InitPsched (); 34 InitTasks ();35 InitJobs ();36 InitJobIDs ();37 18 38 19 rl_readline_name = opihi_name;
Note:
See TracChangeset
for help on using the changeset viewer.
