Introduce connection hashes

This commit is contained in:
Christopher Schnick 2022-12-13 23:52:04 +01:00
parent 88ca584410
commit 2b300f32e0

View file

@ -45,7 +45,7 @@ public interface ShellProcessControl extends ProcessControl {
boolean isLocal();
int getProcessId();
int getConnectionHash();
OsType getOsType();