summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:40 +0000
committerfcolin2007-02-01 13:03:40 +0000
commit95b2373c6e00b8a57e88008c934634bd8e2e17bd (patch)
tree0cafab985d4d3acdd7a02f67d24f63aa4c7a8639 /Ivy
parent614da7f1a522dc1f234269d3f6422542758ac928 (diff)
downloadivy-cplusplus-95b2373c6e00b8a57e88008c934634bd8e2e17bd.zip
ivy-cplusplus-95b2373c6e00b8a57e88008c934634bd8e2e17bd.tar.gz
ivy-cplusplus-95b2373c6e00b8a57e88008c934634bd8e2e17bd.tar.bz2
ivy-cplusplus-95b2373c6e00b8a57e88008c934634bd8e2e17bd.tar.xz
Utilisateur : Fcolin Date : 29/06/00 Heure : 15:59 Archivé dans $/Ivy Commentaire: Version multicast (vss 2)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/IvyWatcher.cxx1
1 files changed, 1 insertions, 0 deletions
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() );
}
}