diff options
author | Steve Huston <shuston@riverace.com> | 1998-04-06 21:27:24 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-04-06 21:27:24 +0000 |
commit | 486bd06822d6935d4273bdd19f030cbd9c98f3a5 (patch) | |
tree | b725fc9f2cd616231b213f3b52d5555b0e550bd2 /examples | |
parent | 408631a9b70795f9fe19b4715c6abb194323fe33 (diff) | |
download | ATCD-486bd06822d6935d4273bdd19f030cbd9c98f3a5.tar.gz |
Corrected pathname for library holding test objects.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Service_Configurator/IPC-tests/server/svc.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/svc.conf b/examples/Service_Configurator/IPC-tests/server/svc.conf index bdf1afe504b..a895cce1610 100644 --- a/examples/Service_Configurator/IPC-tests/server/svc.conf +++ b/examples/Service_Configurator/IPC-tests/server/svc.conf @@ -1,16 +1,16 @@ # To configure different services, simply uncomment the appropriate lines in this file! #static ACE_Service_Manager "-d -p 3911" -dynamic Remote_Brdcast Service_Object * .shobj/Handle_Broadcast:remote_broadcast "-p 10001" -dynamic Remote_Stream Service_Object * .shobj/Handle_R_Stream:remote_stream "-p 20002" -dynamic Remote_Dgram Service_Object * .shobj/Handle_R_Dgram:remote_dgram "-p 15001" -dynamic Timer_1 Service_Object * .shobj/Handle_Timeout:timer_1 "-d 5 -i 1 -a 100" -dynamic Local_Stream Service_Object * .shobj/Handle_L_Stream:local_stream "-r /tmp/foo_stream" -dynamic Local_Pipe Service_Object * .shobj/Handle_L_Pipe:local_pipe "-r /tmp/foo_pipe" -dynamic Local_Fifo Service_Object * .shobj/Handle_L_FIFO:local_fifo "-r /tmp/foo_fifo" -dynamic Local_Dgram Service_Object * .shobj/Handle_L_Dgram:local_dgram "-r /tmp/foo_dgram" -dynamic Local_CODgram Service_Object * .shobj/Handle_L_CODgram:local_codgram "-r /tmp/foo_codgram" -dynamic Local_Spipe Service_Object * .shobj/Handle_L_SPIPE:local_spipe "-r /tmp/foo_spipe" -dynamic Remote_Thr_Stream Service_Object * .shobj/Handle_Thr_Stream:remote_thr_stream "-p 10001" +dynamic Remote_Brdcast Service_Object * ./Server:remote_broadcast "-p 10001" +dynamic Remote_Stream Service_Object * ./Server:remote_stream "-p 20002" +dynamic Remote_Dgram Service_Object * ./Server:remote_dgram "-p 15001" +dynamic Timer_1 Service_Object * ./Server:timer_1 "-d 5 -i 1 -a 100" +dynamic Local_Stream Service_Object * ./Server:local_stream "-r /tmp/foo_stream" +dynamic Local_Pipe Service_Object * ./Server:local_pipe "-r /tmp/foo_pipe" +dynamic Local_Fifo Service_Object * ./Server:local_fifo "-r /tmp/foo_fifo" +dynamic Local_Dgram Service_Object * ./Server:local_dgram "-r /tmp/foo_dgram" +dynamic Local_CODgram Service_Object * ./Server:local_codgram "-r /tmp/foo_codgram" +dynamic Local_Spipe Service_Object * ./Server:local_spipe "-r /tmp/foo_spipe" +dynamic Remote_Thr_Stream Service_Object * ./Server:remote_thr_stream "-p 10001" #suspend Remote_Stream #resume Local_SPIPE #resume Remote_Stream |