summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:40 +0000
committerfcolin2007-02-01 13:03:40 +0000
commitb980f71587600313514b15d12b2c4298ab4f0d82 (patch)
tree6f12b3f3afe4233bb4c6c06ec17de4726229737d /Bus/Ivy
parent6eb275c7706a3d60083bb8a3f6dd8e454b98d880 (diff)
downloadivy-cplusplus-b980f71587600313514b15d12b2c4298ab4f0d82.zip
ivy-cplusplus-b980f71587600313514b15d12b2c4298ab4f0d82.tar.gz
ivy-cplusplus-b980f71587600313514b15d12b2c4298ab4f0d82.tar.bz2
ivy-cplusplus-b980f71587600313514b15d12b2c4298ab4f0d82.tar.xz
Utilisateur : Fcolin Date : 29/06/00 Heure : 15:59 Archivé dans $/Ivy Commentaire: Version multicast (vss 2)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvyWatcher.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx
index c963968..099e670 100644
--- a/Bus/Ivy/IvyWatcher.cxx
+++ b/Bus/Ivy/IvyWatcher.cxx
@@ -105,6 +105,7 @@ void IvyWatcher::start(const char *domainlist)
addr = domain.substr( 0, index );
domain.erase( 0, addr.length() +1 );
TRACE("Ivy Broadcasting on %s:%d\n", addr.c_str(), port );
+ AddMember( addr.c_str() );
SendTo( hello, len, port, addr.c_str() );
}
}