diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-28 13:47:42 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-28 13:47:42 -0230 |
commit | 1e6317134c769a333c2d653d18c444b7f03c7249 (patch) | |
tree | aa590e61b6846bc6cf30e6ffd3b50881c0faddf0 /cpp/src/Ice/TraceLevels.h | |
parent | Bug 3482 - deprecate generateUUID in C# (diff) | |
download | ice-1e6317134c769a333c2d653d18c444b7f03c7249.tar.bz2 ice-1e6317134c769a333c2d653d18c444b7f03c7249.tar.xz ice-1e6317134c769a333c2d653d18c444b7f03c7249.zip |
Bug 2558 - thread pool tracing
Diffstat (limited to 'cpp/src/Ice/TraceLevels.h')
-rw-r--r-- | cpp/src/Ice/TraceLevels.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/TraceLevels.h b/cpp/src/Ice/TraceLevels.h index cb497413ab1..1650d1340f4 100644 --- a/cpp/src/Ice/TraceLevels.h +++ b/cpp/src/Ice/TraceLevels.h @@ -40,6 +40,9 @@ public: const int gc; const char* gcCat; + + const int threadPool; + const char* threadPoolCat; }; } |