diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
commit | 0b71cc558acde58716c2a97ed347e34b5ab858f3 (patch) | |
tree | 181a2e9edcb2dd8c227a19ab56ec067f7933d675 /tests/Priority_Buffer_Test.cpp | |
parent | fb17b6b4651bacab32beded7b2e54402288ad5f6 (diff) | |
download | ATCD-0b71cc558acde58716c2a97ed347e34b5ab858f3.tar.gz |
eee
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r-- | tests/Priority_Buffer_Test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp index 2cc7b85bc7d..21b22875ab5 100644 --- a/tests/Priority_Buffer_Test.cpp +++ b/tests/Priority_Buffer_Test.cpp @@ -40,7 +40,8 @@ static const long max_queue = LONG_MAX; static void * consumer (void *args) { - ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH>*) args; + ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH> *) args; + u_long cur_priority = 27; int local_count = 0; @@ -85,7 +86,7 @@ consumer (void *args) static void * producer (void *args) { - ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH>*) args; + ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH> *) args; // Insert thread into thr_mgr. ACE_Thread_Control thread_control (ACE_Service_Config::thr_mgr ()); |