diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 117d42bdc8e..567e6143468 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -93,6 +93,9 @@ private: bool _promote; const bool _warnUdp; + + const bool _hasPriority; + const int _priority; }; } |