Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff 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 |
line diff
1.1 --- a/PR.c Mon Mar 04 00:40:38 2013 -0800 1.2 +++ b/PR.c Fri Mar 08 05:34:21 2013 -0800 1.3 @@ -160,12 +160,14 @@ 1.4 return process; 1.5 } 1.6 1.7 +void 1.8 PR__end_seedVP( SlaveVP *seedSlv ) 1.9 { 1.10 PR_WL__send_end_slave_req( NULL, (RequestHandler)&PRServ__handleDissipateSeed, seedSlv, 1.11 PRServ_MAGIC_NUMBER ); 1.12 } 1.13 1.14 +void 1.15 PR__end_process_from_inside( SlaveVP *seedSlv ) 1.16 { 1.17 PR_WL__send_lang_request( NULL, (RequestHandler)&PRServ__handle_end_process_from_inside,
