diff options
Diffstat (limited to 'Source/SPSSHTunnel.h')
-rw-r--r-- | Source/SPSSHTunnel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPSSHTunnel.h b/Source/SPSSHTunnel.h index b59acfe2..25a98cc4 100644 --- a/Source/SPSSHTunnel.h +++ b/Source/SPSSHTunnel.h @@ -67,9 +67,11 @@ SEL stateChangeSelector; BOOL useHostFallback; + BOOL connectionMuxingEnabled; BOOL requestedResponse; BOOL passwordInKeychain; BOOL passwordPromptCancelled; + BOOL taskExitedUnexpectedly; IBOutlet NSWindow *sshQuestionDialog; IBOutlet NSTextField *sshQuestionText; @@ -80,6 +82,8 @@ } @property (readonly) BOOL passwordPromptCancelled; +@property (readwrite) BOOL connectionMuxingEnabled; +@property (readonly) BOOL taskExitedUnexpectedly; - (id)initToHost:(NSString *)theHost port:(NSInteger)thePort login:(NSString *)theLogin tunnellingToPort:(NSInteger)targetPort onHost:(NSString *)targetHost; - (BOOL)setConnectionStateChangeSelector:(SEL)theStateChangeSelector delegate:(id)theDelegate; |