- Added tabledrive: table driven path for MARS
- Initial MARS development - Upgraded Manager Manual
This commit is contained in:
@ -1235,7 +1235,11 @@ static int RS__MAX_ASYNCH = 20; /* Asynch "ports" 0 - 19 will be allowed */
|
||||
while (Cl_info[i].pending >= 0) {
|
||||
j = Cl_info[i].pending;
|
||||
Cl_info[i].pending = Cl_info[j].pending;
|
||||
i = j;
|
||||
if(i != j){
|
||||
i = j;
|
||||
}else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
/*
|
||||
** ... and start up the pending request.
|
||||
|
Reference in New Issue
Block a user