# # Config file for the dynamic library loader # # Format is: # COMMAND module_name module_library [NORMAL] [REALTIME priority delay ] # note: module_library file names must be absolute paths, or start with ./ # #LOAD network ./lib/network.so REALTIME 1 50000 #LOAD echo ./lib/echo_io.so REALTIME 1 50000 network 1234 LOAD echo ./lib/echo_io.so NORMAL 1 network 1234 LOAD network ./lib/network.so NORMAL 1 # # Start the modules running # # Format is: # RUN module_name # RUN network RUN echo