summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-23 01:12:02 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-23 01:12:02 +0000
commit9bd6301acfcedc9854b0b616fb83cecccd0eda05 (patch)
tree2ad89c30d133821230cfee996682c1622f36dd9e /TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
parent823b81436add8c567f6598ce6478a88bb02e9ecc (diff)
downloadATCD-9bd6301acfcedc9854b0b616fb83cecccd0eda05.tar.gz
Changed ACE_SCHED_INFO to ACE_SCHED_FIFO.
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
index 3b6f18bc86d..c88204f1bd4 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
@@ -46,7 +46,7 @@ if (status != OK)\
#define SCHED_PRIORITY 6
#elif defined (ACE_WIN32)
#define SCHED_PRIORITY \
-ACE_Sched_Params::priority_max(ACE_SCHED_INFO,ACE_SCOPE_THREAD)
+ACE_Sched_Params::priority_max(ACE_SCHED_FIFO,ACE_SCOPE_THREAD)
#else
#define SCHED_PRIORITY \
ACE_THR_PRI_FIFO_DEF + 25