summaryrefslogtreecommitdiff
path: root/ACE/ace/DA_Strategy_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DA_Strategy_Base.h')
-rw-r--r--ACE/ace/DA_Strategy_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/DA_Strategy_Base.h b/ACE/ace/DA_Strategy_Base.h
index c2cc5b32c8e..e2361b59196 100644
--- a/ACE/ace/DA_Strategy_Base.h
+++ b/ACE/ace/DA_Strategy_Base.h
@@ -81,7 +81,7 @@ public:
private:
HASH_ANNOTATIONS_MAP annotations_repo_;
ACE_RW_Thread_Mutex lock_;
- ACE_Atomic_Op<ACE_Thread_Mutex, long> num_avail_threads_;
+ ACE_Atomic_Op<ACE_Thread_Mutex, int> num_avail_threads_;
};