if (!is_graceful) {
/* setup the scoreboard shared memory */
- if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
return 1;
}
}
if (!is_graceful) {
- if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
return 1;
}
}
apr_thread_mutex_create(&accept_mutex, APR_THREAD_MUTEX_DEFAULT, pconf);
if (!is_graceful) {
- if (ap_run_pre_mpm(pconf, SB_NOT_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_NOT_SHARED) != OK) {
return 1;
}
}
}
if (!is_graceful) {
- if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
return 1;
}
}
}
if (!is_graceful) {
- if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
return 1;
}
/* fix the generation number in the global score; we just got a new,
*/
if (!restart && ((parent_pid == my_pid) || one_process)) {
/* Set up the scoreboard. */
- if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
return 1;
}
}
}
if (!is_graceful) {
- if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
+ if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
return 1;
}
/* fix the generation number in the global score; we just got a new,