Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VSs_impls > VSs__MC_shared_impl
diff VSs.c @ 13:2bf83f932705
fix: mix-up between 2 redundant types of carriers
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 21 Aug 2012 17:42:07 +0200 |
| parents | f56e3beac86b |
| children | 459055db7fc0 |
line diff
1.1 --- a/VSs.c Mon Aug 20 13:42:19 2012 +0200 1.2 +++ b/VSs.c Tue Aug 21 17:42:07 2012 +0200 1.3 @@ -102,6 +102,7 @@ 1.4 //seedVP is a thread, so has a permanent task 1.5 semData->needsTaskAssigned = FALSE; 1.6 semData->taskStub = threadTaskStub; 1.7 + semData->slaveType = ThreadSlv; 1.8 1.9 resume_slaveVP( seedSlv, semEnv ); //returns right away, just queues Slv 1.10
