I'm quite aware the code is public, but I thought it would be highly
recommended to rely on interfaces rather than copying & pasting
implementations that might change in future.
Days ago I put on this list a question (that went unanswered) concerning
the proper way to infer the running mpm name. A core function
ap_mpm_name exists, but apparently it's not public. I gather from this
thread the conclusion that reproducing the code of the function could be
a way to get the information I sought. I don't like it, but at least I
have a way to get around my problem.
thanks
-- Massimo
On 03/05/2012 08:21 PM, Rainer Jung wrote:
On 05.03.2012 11:33, Massimo Manghi wrote:
true, the ID is logged now, but is the function handling the thread id
public?
not the function, but the source. See function log_tid() in server/log.c.
Regards,
Rainer