changeset 15:6eb80110976c

change req for new procr to sync with change in VMS
author Me
date Sun, 10 Oct 2010 09:42:24 -0700
parents bcc22f6f11a5
children 6c6d7fbd7e25
files SSR_lib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/SSR_lib.c	Sun Oct 10 09:37:47 2010 -0700
     1.2 +++ b/SSR_lib.c	Sun Oct 10 09:42:24 2010 -0700
     1.3 @@ -254,7 +254,7 @@
     1.4        //Need a processor to "animate" the creation -- it's one the register
     1.5        // request is attached to, and one suspended in order to send req
     1.6        // to plugin
     1.7 -   VMS__send_register_new_procr_request( newPr, creatingPr );
     1.8 +   VMS__send_req_to_register_new_procr( newPr, creatingPr );
     1.9  
    1.10     return newPr;
    1.11   }