git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758336
13f79535-47bb-0310-9956-
ffa450edef68
#include <malloc.h>
#include "apr_atomic.h"
#include "apr_buckets.h"
+#include "scoreboard.h"
#ifdef __MINGW32__
#include <mswsock.h>
#include "mpm_common.h"
#include <malloc.h>
#include "apr_atomic.h"
-
+#include "scoreboard.h"
/* scoreboard.c does the heavy lifting; all we do is create the child
* score by moving a handle down the pipe into the child's stdin.
extern apr_shm_t *ap_scoreboard_shm;
/* my_generation is returned to the scoreboard code */
-static ap_generation_t volatile my_generation=0;
+static volatile ap_generation_t my_generation=0;
/* Definitions of WINNT MPM specific config globals */
static HANDLE shutdown_event; /* used to signal the parent to shutdown */
/* From mpm_winnt.c: */
+extern int ap_threads_per_child;
+
extern DWORD my_pid;
extern apr_proc_mutex_t *start_mutex;
extern HANDLE exit_event;