aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index f9b8b022..da029e9f 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -52,12 +52,15 @@
NSString *connectionHost;
int connectionPort;
NSString *connectionSocket;
- float lastQueryExecutionTime;
int connectionTimeout;
int currentSSHTunnelState;
BOOL useKeepAlive;
float keepAliveInterval;
+ float lastQueryExecutionTime;
+ NSString *lastQueryErrorMessage;
+ unsigned int lastQueryErrorId;
+
BOOL isMaxAllowedPacketEditable;
NSString *serverVersionString;