diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-18 01:00:06 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-18 01:00:06 +0000 |
commit | 71f3f9cf7a3a1cddc2d3080aabf7a178a3c28888 (patch) | |
tree | a0ac6cf8e2d502bbbd757019c5c909e1e65ffe3b /TAO/performance-tests | |
parent | fd6212fbf8c8715471567f590b86fd3c089b9ff0 (diff) | |
download | ATCD-71f3f9cf7a3a1cddc2d3080aabf7a178a3c28888.tar.gz |
FreeBSD also need to get priority at runtime.
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r-- | TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h | 2 |
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 277ce5de922..d760a2d2eb3 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h @@ -49,7 +49,7 @@ if (status != OK)\ #define SCHED_PRIORITY 30 #elif defined (VXWORKS) #define SCHED_PRIORITY 6 -#elif defined (ACE_WIN32) +#elif defined (ACE_WIN32) || defined (__FreeBSD__) #define SCHED_PRIORITY \ ACE_Sched_Params::priority_max(ACE_SCHED_FIFO,ACE_SCOPE_THREAD) #else |