On Sat, 14 Apr 2001, Greg Stein wrote: > Euh... why isn't this in the MPM header? That feels a bit better... Because the code is in config.c. The function mirrors ap_show_directive and ap_show_module, so I wanted to store it in the same place. Which MPM is used is a config option, from looking through ap_mpm.h, that header is basically giving information about the MPMs. Ryan > > Cheers, > -g > > On Sat, Apr 14, 2001 at 06:20:57PM -0000, [EMAIL PROTECTED] wrote: > > rbb 01/04/14 11:20:57 > > > > Modified: include http_config.h > > Log: > > We need a prototype for ap_show_mpm > > > > Revision Changes Path > > 1.75 +7 -0 httpd-2.0/include/http_config.h > > > > Index: http_config.h > > =================================================================== > > RCS file: /home/cvs/httpd-2.0/include/http_config.h,v > > retrieving revision 1.74 > > retrieving revision 1.75 > > diff -u -d -b -w -u -r1.74 -r1.75 > > --- http_config.h 2001/04/02 15:28:09 1.74 > > +++ http_config.h 2001/04/14 18:20:56 1.75 > > @@ -780,6 +780,13 @@ > > */ > > AP_DECLARE(void) ap_show_modules(void); > > > > +/** > > + * Show the MPM name. Used in reporting modules such as mod_info to > > + * provide extra information to the user > > + * @deffunc const char *ap_show_mpm(void) > > + */ > > +AP_DECLARE(const char *) ap_show_mpm(void); > > + > > /** > > * Read all config files and setup the server > > * @param process The process running the server > > > > > > > > -- > Greg Stein, http://www.lyra.org/ > > _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
