#include "scoreboard.h"
マクロ定義 | |
| #define | MPM_NAME "WinNT" |
| #define | AP_MPM_WANT_SET_PIDFILE |
| #define | AP_MPM_WANT_SET_MAX_REQUESTS |
| #define | AP_MPM_WANT_SET_COREDUMPDIR |
| #define | AP_MPM_WANT_SET_SCOREBOARD |
| #define | AP_MPM_WANT_SET_MAX_MEM_FREE |
| #define | AP_MPM_WANT_SET_STACKSIZE |
変数 | |
| int | ap_threads_per_child |
| int | ap_thread_limit |
| server_rec * | ap_server_conf |
this is the place to make declarations that are MPM specific but that must be shared with non-mpm specific code in the server. Hummm, perhaps we can move most of this stuff to mpm_common.h?
1.4.7