On Thu, May 20, 2010 at 1:16 PM, Myles Watson mylesgw@gmail.com wrote:
Use linked lists for resources instead of fixed arrays.
resource_usage.diff - changes the functions where resources are used
Here's an updated patch that doesn't hang :) I was in too much of a hurry. We could add the resources to the end of the list to maintain the old order if anyone cares. Since we're using a list, the resources are in reverse order.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles