Hi,

>
> apr_os_thread_t os_thd = apr_os_thread_current ();
> apr_thread_t *apr_thd;
> apr_status_t apr_os_thread_put(&apr_thd, &os_thd, r->pool);
>

Okay, this clearly doesn't work. I misunderstood the documentation,
but the sources don't lie. Anyway, how can I get the apr_thread_t for
the current thread in a module for MPM worker?

Cheers,
Andrej

Reply via email to