diff options
| author | Paul Buetow <paul@buetow.org> | 2008-07-25 13:52:09 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-07-25 13:52:09 +0000 |
| commit | e84e73ec1d970bf5e24d0f541d4f37dab318ee3c (patch) | |
| tree | 47db658af541f0b48b683e96ef719b3054fc0541 /sources/protocols/implementations | |
| parent | abe062ccfab4dc0c396deb1eead404e326572d2b (diff) | |
berkeley proto
Diffstat (limited to 'sources/protocols/implementations')
| -rw-r--r-- | sources/protocols/implementations/VSBerkelyTimeProtocol.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java index 3792e02..576c0d0 100644 --- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java +++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java @@ -80,17 +80,18 @@ public class VSBerkelyTimeProtocol extends VSAbstractProtocol { * @see protocols.VSAbstractProtocol#onServerReset() */ public void onServerReset() { + //System.out.println("FOOBAR"); processTimes.clear(); recvTimes.clear(); realTimesRTT.clear(); peers.clear(); - peers.addAll(getVector("pids")); } /* (non-Javadoc) * @see protocols.VSAbstractProtocol#onServerStart() */ public void onServerStart() { + //System.out.println("FOO"); peers.addAll(getVector("pids")); requestTime = process.getTime(); VSMessage message = new VSMessage(); |
