aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index af884ac3..30645a7d 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -74,6 +74,13 @@ typedef enum {
SPImportExportQueryMode = 2
} SPQueryMode;
+// Connection types
+typedef enum {
+ SPTCPIPConnection = 0,
+ SPSocketConnection = 1,
+ SPSSHTunnelConnection = 2
+} SPConnectionType;
+
// Kill mode constants
extern NSString *SPKillProcessQueryMode;
extern NSString *SPKillProcessConnectionMode;