ProcStats : Use mutex lock to make fetch() thread safe.
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 8
− 6
@@ -18,6 +18,7 @@
@@ -250,11 +251,11 @@ ProcStats::ProcStats() {
@@ -271,18 +272,19 @@ bool ProcStats::fetch( procInfo& f ) {