diff options
author | rowanbeentje <rowan@beent.je> | 2010-12-07 23:41:45 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-12-07 23:41:45 +0000 |
commit | b05d20103968508fa41dc1fc1e1d8a111c93f84a (patch) | |
tree | 82b55d27e47bd33d52fbad529a089b33949c7bbc /Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | |
parent | 1cb77dab41589b8055ada2034c258dd3bb18a451 (diff) | |
download | sequelpro-b05d20103968508fa41dc1fc1e1d8a111c93f84a.tar.gz sequelpro-b05d20103968508fa41dc1fc1e1d8a111c93f84a.tar.bz2 sequelpro-b05d20103968508fa41dc1fc1e1d8a111c93f84a.zip |
- Fix a race condition in conditions where the network has dropped, preventing possible MySQL library crashes
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h index ad30fa07..61ce1261 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h @@ -57,6 +57,7 @@ typedef struct { BOOL useKeepAlive; BOOL isDisconnecting; + BOOL isReconnecting; BOOL userTriggeredDisconnect; NSInteger connectionTimeout; CGFloat keepAliveInterval; |