some additions:
Mike Christie wrote:
> wait_on_commands()
> {
while (check_restrictions(conn->task) &&
session->state == LOGGED_IN)
wait for a while
> loop for each cmd on requeue list
if (session->state != LOGGED_IN)
break;
> if (check_restrictions(task))
> wait for a while then restart loop and check
> }
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---