diff options
author | Alexander Bantyev <balsoft@balsoft.ru> | 2023-05-16 16:48:04 +0400 |
---|---|---|
committer | Alexander Bantyev <balsoft@balsoft.ru> | 2023-05-16 18:50:09 +0400 |
commit | 61cdb0b0576017a636eabb6899aac097bb7718c0 (patch) | |
tree | fb6c7eec960f2f8e858d9f2000ee3a3e301fb561 /src/libstore/ssh.hh | |
parent | 8976769a1c4a7fa6276d38402d97cec89b27d98f (diff) |
Fix ControlMaster behaviour
Diffstat (limited to 'src/libstore/ssh.hh')
-rw-r--r-- | src/libstore/ssh.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/ssh.hh b/src/libstore/ssh.hh index c86a8a986..94b952af9 100644 --- a/src/libstore/ssh.hh +++ b/src/libstore/ssh.hh @@ -28,6 +28,7 @@ private: Sync<State> state_; void addCommonSSHOpts(Strings & args); + bool isMasterRunning(); public: |