commit | fc72036ea8eca762579a19f80d50ccf4c8b2a120 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 24 21:49:48 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 24 21:49:48 2013 -0800 |
tree | 2e9237b5cb2af309a03784cc9b71ba637f6ae38a | |
parent | 454bae2f68c28df623733bf995178cb16864db20 [diff] [blame] |
Add tons of new loggings
diff --git a/src/executor.h b/src/executor.h index e15c174..8d3c021 100644 --- a/src/executor.h +++ b/src/executor.h
@@ -55,6 +55,12 @@ int jobQueueSize(); + void + start (); + + void + shutdown (); + private: void run(); @@ -75,5 +81,6 @@ ThreadGroup m_group; volatile bool m_needStop; + int m_poolSize; }; #endif // EXECUTOR_H