mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
#114 - visibility issue
This commit is contained in:
@@ -58,13 +58,13 @@ public class SessionChannel
|
|||||||
|
|
||||||
private final ChannelInputStream err = new ChannelInputStream(this, trans, lwin);
|
private final ChannelInputStream err = new ChannelInputStream(this, trans, lwin);
|
||||||
|
|
||||||
private Integer exitStatus;
|
private volatile Integer exitStatus;
|
||||||
|
|
||||||
private Signal exitSignal;
|
private volatile Signal exitSignal;
|
||||||
private Boolean wasCoreDumped;
|
private volatile Boolean wasCoreDumped;
|
||||||
private String exitErrMsg;
|
private volatile String exitErrMsg;
|
||||||
|
|
||||||
private Boolean canDoFlowControl;
|
private volatile Boolean canDoFlowControl;
|
||||||
|
|
||||||
private boolean usedUp;
|
private boolean usedUp;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user