mirror of
https://github.com/apache/httpd.git
synced 2025-10-28 20:34:59 +03:00
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -56,6 +56,8 @@
|
||||
#endif
|
||||
|
||||
|
||||
APLOG_USE_MODULE(core);
|
||||
|
||||
typedef enum {DO_NOTHING, SEND_SIGTERM, SEND_SIGKILL, GIVEUP} action_t;
|
||||
|
||||
typedef struct extra_process_t {
|
||||
|
||||
Reference in New Issue
Block a user