diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-07 22:15:27 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-07 22:15:27 +0000 |
commit | 6e9dfeeb95bddcd48326a0b38cc51767e32106b8 (patch) | |
tree | c73733d5012a783587919499d81f3f13ee3719d6 /tests | |
parent | 969c241f306c0411acc0fec03cfc03195f91489d (diff) | |
download | ATCD-6e9dfeeb95bddcd48326a0b38cc51767e32106b8.tar.gz |
ChangeLogTag: Fri Sep 7 17:09:04 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Thread_Pool_Reactor_Resume_Test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Reactor_Resume_Test.cpp b/tests/Thread_Pool_Reactor_Resume_Test.cpp index 27cfc54c34a..d34a3e8a20c 100644 --- a/tests/Thread_Pool_Reactor_Resume_Test.cpp +++ b/tests/Thread_Pool_Reactor_Resume_Test.cpp @@ -120,7 +120,8 @@ parse_arg (int argc, ACE_TCHAR *argv[]) Request_Handler::Request_Handler (ACE_Thread_Manager *thr_mgr) : ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_MT_SYNCH> (thr_mgr), nr_msgs_rcvd_(0), - ref_count_ (1) + ref_count_ (1), + refcount_lock_ (0) { // Make sure we use TP_Reactor with this class (that's the whole // point, right?) |