ProcStats : Use mutex lock to make fetch() thread safe.
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 50
− 51
@@ -30,10 +30,6 @@
@@ -202,73 +198,71 @@ using std::endl;
@@ -277,7 +271,7 @@ bool ProcStats::fetch( procInfo& f ) {
@@ -302,6 +296,11 @@ bool ProcStats::fetch( procInfo& f ) {