Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff MasterLoop.c @ 220:fb75c4b52d32
Fixed sequential version
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 05 Mar 2012 13:59:02 +0100 |
| parents | 91d0d2e06719 |
| children |
line diff
1.1 --- a/MasterLoop.c Fri Feb 17 18:43:52 2012 +0100 1.2 +++ b/MasterLoop.c Mon Mar 05 13:59:02 2012 +0100 1.3 @@ -340,7 +340,7 @@ 1.4 1.5 //====== Start Gate-protection ======= 1.6 vicGate->gateClosed = TRUE; 1.7 - coreMightBeInProtected= vicGate->preGateProgress != vicGate->exitProgress; 1.8 + coreMightBeInProtected= (vicGate->preGateProgress != vicGate->exitProgress); 1.9 while( coreMightBeInProtected ) 1.10 { //wait until sure 1.11 if( vicGate->preGateProgress == vicGate->waitProgress )
