commit | b5b33c734ab2a178f07c667a8c1daf8beab837aa | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Fri May 15 13:47:17 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Wed May 20 12:10:25 2009 -0400 |
tree | 3a9181764c712df30cdb0ebd13f3ee7e2d058d76 | |
parent | 82d8030c8eb52316b7bc16fded695c8f9dfb32a9 [diff] |
Order high priority requests in the same order they are requested. Use a class to hold the high priority requests and low priority requests. Each request is appended to the correct list in the order received. If a request needs to be requeued after an error, it is placed at the head of the corresponding list.