Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff AnimationMaster.c @ 276:1d7ea1b0f176
Dev_ML Working in sequential mode
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 04 Mar 2013 00:40:38 -0800 |
| parents | 40e7625e57bd |
| children | 2fc69e6c14ea |
line diff
1.1 --- a/AnimationMaster.c Sat Mar 02 09:54:19 2013 -0800 1.2 +++ b/AnimationMaster.c Mon Mar 04 00:40:38 2013 -0800 1.3 @@ -516,6 +516,8 @@ 1.4 (*protoLangEnv->shutdownHdlr)( langEnv ); 1.5 1.6 PR_int__remove_lang_env_from_process_and_free( langEnv ); //removes from process and frees 1.7 + 1.8 + PR_PI__resume_slave_in_PRServ( requestingSlv ); 1.9 } 1.10 1.11
