diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2013-12-18 06:36:22 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2013-12-18 06:36:22 +0100 |
commit | 0fa5a34d64d362186fde4ec80b07b5d9b02b6d59 (patch) | |
tree | 069dd602fa1c3e07fd2ef5a0a08de7cd99207fcc /include | |
parent | change r1500483 to only be enabled when building against the MS LDAP SDK. (diff) | |
download | apache2-0fa5a34d64d362186fde4ec80b07b5d9b02b6d59.tar.xz apache2-0fa5a34d64d362186fde4ec80b07b5d9b02b6d59.zip |
Remove useless \t and blank line that were not backported into 2.4.x in r1542557
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/mpm_common.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h index 15dfc4602d..92b6af6725 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -278,12 +278,11 @@ AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod); */ AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num); - #define AP_MPM_PODX_RESTART_CHAR '$' #define AP_MPM_PODX_GRACEFUL_CHAR '!' - + typedef enum { AP_MPM_PODX_NORESTART, AP_MPM_PODX_RESTART, AP_MPM_PODX_GRACEFUL } ap_podx_restart_t; - + /** * Open the extended pipe-of-death. * @param p The pool to use for allocating the pipe |