Skip to content

Commit

Permalink
- Added MemberInfo.address()
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 9, 2023
1 parent 4af3fdd commit 67fadb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/jgroups/protocols/relay/Topology.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ public MemberInfo(String site, Address addr, IpAddress ip_addr, boolean site_mas
this.site_master=site_master;
}

public Address address() {return addr;}

@Override
public int hashCode() {
return addr.hashCode();
Expand Down

0 comments on commit 67fadb4

Please sign in to comment.