Alexandre Julliard : server: Set the initial thread affinity from the process.

Alexandre Julliard julliard at winehq.org
Tue Feb 2 10:45:31 CST 2010


Module: wine
Branch: master
Commit: 9ce56b272948592942ccfe2555048d52fe813785
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9ce56b272948592942ccfe2555048d52fe813785

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb  2 15:58:25 2010 +0100

server: Set the initial thread affinity from the process.

---

 server/thread.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/thread.c b/server/thread.c
index 148ca3b..bdb6c3c 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -222,6 +222,7 @@ struct thread *create_thread( int fd, struct process *process )
 
     thread->process = (struct process *)grab_object( process );
     thread->desktop = process->desktop;
+    thread->affinity = process->affinity;
     if (!current) current = thread;
 
     list_add_head( &thread_list, &thread->entry );




More information about the wine-cvs mailing list