aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPProcessListController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-28 23:25:39 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-28 23:25:39 +0000
commitc1fec673e9368eff4527a776bb2b09b777f5864a (patch)
tree299e27e425c658e96c90770edc1f71ac208bf5cf /Source/SPProcessListController.h
parentfa3e5de72829b2458c6966b1cad3c99d62401a49 (diff)
downloadsequelpro-c1fec673e9368eff4527a776bb2b09b777f5864a.tar.gz
sequelpro-c1fec673e9368eff4527a776bb2b09b777f5864a.tar.bz2
sequelpro-c1fec673e9368eff4527a776bb2b09b777f5864a.zip
Prevent spawning multiple threads for refreshing the server process list by tracking the threads running state. Fixes log http://spbug.com/l/563.
Diffstat (limited to 'Source/SPProcessListController.h')
-rw-r--r--Source/SPProcessListController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPProcessListController.h b/Source/SPProcessListController.h
index be095d40..298a2e48 100644
--- a/Source/SPProcessListController.h
+++ b/Source/SPProcessListController.h
@@ -30,7 +30,7 @@
{
MCPConnection *connection;
- BOOL showFullProcessList;
+ BOOL showFullProcessList, processListThreadRunning;
NSTimer *autoRefreshTimer;