changeset 65:51b8f15fea29 Holistic_Model

New states for sub-repos, almost works, just bug in shutdown to fix still
author Some Random Person <seanhalle@yahoo.com>
date Wed, 14 Mar 2012 23:22:00 -0700
parents bd5ab695145c
children ce95c4d84fcd b5b5323b4177
files SSR_Request_Handlers.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/SSR_Request_Handlers.c	Tue Mar 13 18:30:05 2012 -0700
     1.2 +++ b/SSR_Request_Handlers.c	Wed Mar 14 23:22:00 2012 -0700
     1.3 @@ -512,7 +512,7 @@
     1.4     if( singleton->hasFinished )
     1.5      { //by definition, only one slave should ever be able to run end singleton
     1.6        // so if this is true, is an error
     1.7 -      //VMS_PI__throw_exception( "singleton code ran twice", requestingPr, NULL);
     1.8 +      ERROR1( "singleton code ran twice", requestingPr );
     1.9      }
    1.10  
    1.11     singleton->hasFinished = TRUE;