I’m adding code to create new logs files periodically. This is on winnt. Since none of the log file support is thread safe, I want to add an access lock. I can’t seem to get apr_thread_mutex_t defined in httpd.h. I’ve added #include “apr_thead_mutex.h” to no avail, there’s some dependency I can’t quite see. Any of you experts know the magic incantation?
Art |