- Added tabledrive: table driven path for MARS

- Initial MARS development
- Upgraded Manager Manual
This commit is contained in:
koennecke
2005-07-22 14:56:19 +00:00
parent 6ee07a3cef
commit 9e5781718a
6 changed files with 813 additions and 2 deletions

View File

@ -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.