summaryrefslogtreecommitdiff
path: root/ACE/ace/Task.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-27 08:30:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-27 08:30:10 +0000
commitae169800060d7b8c1fe9575cf6ca64d03c1d71fd (patch)
treedf230971e9d84373a2d3291d40456ac8c86dfde5 /ACE/ace/Task.h
parent05712023cfa3c13119fef966f891c7453c34cda7 (diff)
downloadATCD-ae169800060d7b8c1fe9575cf6ca64d03c1d71fd.tar.gz
Diffstat (limited to 'ACE/ace/Task.h')
-rw-r--r--ACE/ace/Task.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/Task.h b/ACE/ace/Task.h
index b289f4e756f..757cf651323 100644
--- a/ACE/ace/Task.h
+++ b/ACE/ace/Task.h
@@ -185,7 +185,8 @@ public:
ACE_hthread_t thread_handles[] = 0,
void *stack[] = 0,
size_t stack_size[] = 0,
- ACE_thread_t thread_ids[] = 0);
+ ACE_thread_t thread_ids[] = 0,
+ const char* thr_name[] = 0);
/**
* Block until there are no more threads running in this task.