summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-12 00:02:13 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-12 00:02:13 +0000
commitd74ace6de6cd1c5c864cff7f67e3661f681b55a2 (patch)
treef90f0b354b3c38bb7552dbfec2ce7b78b30eb750 /ace/OS.h
parentf87c0c10711a1e263dec8abb6497981ab3605319 (diff)
downloadATCD-d74ace6de6cd1c5c864cff7f67e3661f681b55a2.tar.gz
ChangeLogTag: Wed Feb 12 00:00:12 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index a57ff7b7677..b4f40edd07d 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5888,7 +5888,7 @@ public:
static ACE_thread_t thr_self (void);
static void thr_self (ACE_hthread_t &);
static int thr_setprio (ACE_hthread_t thr_id,
- int prio);
+ int prio, int thr_policy=-1);
static int thr_setprio (const ACE_Sched_Priority prio);
static int thr_suspend (ACE_hthread_t target_thread);
static int thr_cancel (ACE_thread_t t_id);