diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-24 16:47:06 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-24 16:47:06 +0000 |
| commit | 7040b1acc44805ab7208fa3975242c656cbc95a2 (patch) | |
| tree | 26259c0616116dc1324c4bd5b765243fc3fd7ee0 /sources/protocols/implementations/BerkelyTimeProtocol.java | |
| parent | afa47f26670f9248c19200f540df0dda735de0cc (diff) | |
new protocoleditor works.
Diffstat (limited to 'sources/protocols/implementations/BerkelyTimeProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/BerkelyTimeProtocol.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sources/protocols/implementations/BerkelyTimeProtocol.java b/sources/protocols/implementations/BerkelyTimeProtocol.java index c64e175..5c99ebf 100644 --- a/sources/protocols/implementations/BerkelyTimeProtocol.java +++ b/sources/protocols/implementations/BerkelyTimeProtocol.java @@ -18,13 +18,14 @@ public class BerkelyTimeProtocol extends VSProtocol { /* Time the request/response has started */ private long requestTime; - /* Berkely Client vairables */ - - protected void onInit() { + public BerkelyTimeProtocol() { setClassname(getClass().toString()); /* Those prefs are editable through the VSProtocol VSEditor GUI. t_min and t_max in milliseconds */ - setInteger("numProcesses", getNumProcesses()-1); + setInteger("numProcesses", 0); + } + + protected void onInit() { } protected void onClientReset() { |
