From 95b2373c6e00b8a57e88008c934634bd8e2e17bd Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:03:40 +0000 Subject: Utilisateur : Fcolin Date : 29/06/00 Heure : 15:59 Archivé dans $/Ivy Commentaire: Version multicast (vss 2) --- Ivy/IvyWatcher.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Ivy/IvyWatcher.cxx') diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx index c963968..099e670 100644 --- a/Ivy/IvyWatcher.cxx +++ b/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() ); } } -- cgit v1.1