From dc72912b19bf43e842a58a98d31327a21c6f64bb Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Thu, 12 May 2016 15:21:12 +0200 Subject: [PATCH] Remove redundant state change call and revert the termination handler. --- examples/MQ/3-dds/ex3-dds-hosts.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/MQ/3-dds/ex3-dds-hosts.cfg b/examples/MQ/3-dds/ex3-dds-hosts.cfg index 113d094e..b9739086 100644 --- a/examples/MQ/3-dds/ex3-dds-hosts.cfg +++ b/examples/MQ/3-dds/ex3-dds-hosts.cfg @@ -2,6 +2,6 @@ # source setup.sh @bash_end@ -sampler, orybalch@localhost, , /home/orybalch/dds-work/, 1 -processor, orybalch@localhost, , /home/orybalch/dds-work/, 10 -sink, orybalch@localhost, , /home/orybalch/dds-work/, 1 +sampler, username@localhost, , /path/to/dds-work-dir/, 1 +processor, username@localhost, , /path/to/dds-work-dir/, 10 +sink, username@localhost, , /path/to/dds-work-dir/, 1