Reflect changes to strut ZT_PeerPhysicalPath
This commit is contained in:
parent
f2d2df2b11
commit
407ad659ea
2 changed files with 0 additions and 17 deletions
|
@ -37,7 +37,6 @@ public final class PeerPhysicalPath {
|
|||
private long lastSend;
|
||||
private long lastReceive;
|
||||
private boolean fixed;
|
||||
private boolean active;
|
||||
private boolean preferred;
|
||||
|
||||
private PeerPhysicalPath() {}
|
||||
|
@ -70,13 +69,6 @@ public final class PeerPhysicalPath {
|
|||
return fixed;
|
||||
}
|
||||
|
||||
/**
|
||||
* Is path active?
|
||||
*/
|
||||
public final boolean isActive() {
|
||||
return active;
|
||||
}
|
||||
|
||||
/**
|
||||
* Is path preferred?
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue