# HG changeset patch # User Me # Date 1286728944 25200 # Node ID 6eb80110976c13970b2d1e1e5952ba36e3833631 # Parent bcc22f6f11a5099e504e7d1fd716b9bdf009bb89 change req for new procr to sync with change in VMS diff -r bcc22f6f11a5 -r 6eb80110976c SSR_lib.c --- a/SSR_lib.c Sun Oct 10 09:37:47 2010 -0700 +++ b/SSR_lib.c Sun Oct 10 09:42:24 2010 -0700 @@ -254,7 +254,7 @@ //Need a processor to "animate" the creation -- it's one the register // request is attached to, and one suspended in order to send req // to plugin - VMS__send_register_new_procr_request( newPr, creatingPr ); + VMS__send_req_to_register_new_procr( newPr, creatingPr ); return newPr; }