Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison PR.c @ 278:2fc69e6c14ea
Dev_ML -- works in both sequential and concurrent modes
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 08 Mar 2013 05:34:21 -0800 |
| parents | 1d7ea1b0f176 |
| children | 7b6f8cf08b1f 15ee3fe10e3d |
comparison
equal
deleted
inserted
replaced
| 1:22e43a3402bb | 2:0b0e13987366 |
|---|---|
| 158 process->executionIsComplete = FALSE; | 158 process->executionIsComplete = FALSE; |
| 159 | 159 |
| 160 return process; | 160 return process; |
| 161 } | 161 } |
| 162 | 162 |
| 163 void | |
| 163 PR__end_seedVP( SlaveVP *seedSlv ) | 164 PR__end_seedVP( SlaveVP *seedSlv ) |
| 164 { | 165 { |
| 165 PR_WL__send_end_slave_req( NULL, (RequestHandler)&PRServ__handleDissipateSeed, seedSlv, | 166 PR_WL__send_end_slave_req( NULL, (RequestHandler)&PRServ__handleDissipateSeed, seedSlv, |
| 166 PRServ_MAGIC_NUMBER ); | 167 PRServ_MAGIC_NUMBER ); |
| 167 } | 168 } |
| 168 | 169 |
| 170 void | |
| 169 PR__end_process_from_inside( SlaveVP *seedSlv ) | 171 PR__end_process_from_inside( SlaveVP *seedSlv ) |
| 170 { | 172 { |
| 171 PR_WL__send_lang_request( NULL, (RequestHandler)&PRServ__handle_end_process_from_inside, | 173 PR_WL__send_lang_request( NULL, (RequestHandler)&PRServ__handle_end_process_from_inside, |
| 172 seedSlv, PRServ_MAGIC_NUMBER ); | 174 seedSlv, PRServ_MAGIC_NUMBER ); |
| 173 } | 175 } |
