ap_log_error(APLOG_MARK, APLOG_DEBUG, status, ap_server_conf, APLOGNO()
"motorz_io_setup_conn: motorz_io_process failed (?)");
}
+ return NULL;
}
static apr_status_t motorz_io_user(motorz_core_t *mz, motorz_sb_t *sb)
motorz_timer_t *ep = (motorz_timer_t *)baton;
motorz_timer_run(ep);
+ return NULL;
}
static void *motorz_io_invoke(apr_thread_t * thread, void *baton)
ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, ap_server_conf, APLOGNO()
"motorz_io_invoke: motorz_io_process failed (?)");
}
+ return NULL;
}
static apr_status_t motorz_io_event_process(motorz_core_t *mz, motorz_sb_t *sb)
int index;
int remaining_children_to_start;
int i;
+ motorz_core_t *mz = motorz_core_get();
ap_log_pid(pconf, ap_pid_fname);
- motorz_core_t *mz = motorz_core_get();
if (!mz->is_graceful) {
if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
char id[16];
int i;
- pconf = p;
motorz_core_t *mz = motorz_core_get();
+ pconf = p;
/* the reverse of pre_config, we want this only the first time around */
if (mz->module_loads == 1) {