Re: [PATCH] Make RegionInit() and RegionCreate() take just a box and no size

2011-05-09 Thread Soeren Sandmann
Daniel Stone dan...@fooishbar.org writes: On Mon, May 02, 2011 at 07:44:15AM -0400, Søren Sandmann wrote: The interface to these function was was very confusing since it gave the impression that they initialized the region from a list of boxes, which they didn't. This patch changes the

Re: [PATCH] Make RegionInit() and RegionCreate() take just a box and no size

2011-05-09 Thread Daniel Stone
On Mon, May 09, 2011 at 05:18:29PM +0200, Soeren Sandmann wrote: Daniel Stone dan...@fooishbar.org writes: On Mon, May 02, 2011 at 07:44:15AM -0400, Søren Sandmann wrote: The interface to these function was was very confusing since it gave the impression that they initialized the region

Re: [PATCH] Make RegionInit() and RegionCreate() take just a box and no size

2011-05-03 Thread Daniel Stone
Hi, On Mon, May 02, 2011 at 07:44:15AM -0400, Søren Sandmann wrote: The interface to these function was was very confusing since it gave the impression that they initialized the region from a list of boxes, which they didn't. This patch changes the interface to take just one box and fixes