Exemplo n.º 1
0
  public void becomeCoordinator() {
    CoordGmsImpl tmp = (CoordGmsImpl) impls.get(COORD);

    if (tmp == null) {
      tmp = new CoordGmsImpl(this);
      tmp.leaving = false;
      tmp.received_last_view = false; // +++ ?
      impls.put(COORD, tmp);
    }

    setImpl(tmp);
  }