forked from I2P_Developers/i2p.i2p
volatile
This commit is contained in:
@ -1008,7 +1008,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
|
|||||||
/** the request */
|
/** the request */
|
||||||
public final Hash hash;
|
public final Hash hash;
|
||||||
/** the reply */
|
/** the reply */
|
||||||
public Destination destination;
|
public volatile Destination destination;
|
||||||
|
|
||||||
public LookupWaiter(Hash h) {
|
public LookupWaiter(Hash h) {
|
||||||
this.hash = h;
|
this.hash = h;
|
||||||
|
Reference in New Issue
Block a user