On Sat, Sep 20, 2008 at 11:58:09AM -0000, [EMAIL PROTECTED] wrote:
>
> Does anyone besides R????diger read commit emails :-) ?
>
No :)
> + else {
> + /* XXXXX: lol, pool allocation without a context from any
> thread.Yeah. Right. MPMs Suck. */
> + te = malloc(sizeof(timer_event_t));
> + APR_RING_ELEM_INIT(te, link);
> + }
> +
> -#define ap_queue_empty(queue) ((queue)->nelts == 0)
> +#define ap_queue_empty(queue) ((queue)->nelts == 0 &&
> APR_RING_EMPTY(&queue->timers ,timer_event_t, link))
Not || ?