Re: Wombat Queue Destroy
Sam Wilson <Sam.Wilson@...>
Hey Damian,
toggle quoted messageShow quoted text
I'm just getting around to looking at this now. Would you prefer a patch that adds wombatQueue_deallocate, or one that merges both wombatQueue_allocate and wombatQueue_create into wombatQueue_allocate and makes wombatQueue_create a dummy function? The advantage of the first option is that the API works more like it was intended, but it will break any current users of wombat queues. The second option retains backward compatibility, but you end up losing the benefits of having separate allocate/create functions. Thanks, Sam
On 14-09-03 05:34 AM, Damian Maguire wrote:
|
|