manoj 99/04/26 23:20:04
Modified: pthreads/src/modules/experimental mod_mmap_static.c Log: mod_mmap_static works out of the box. Boosted results of an unscientific benchmark by 19%. Revision Changes Path 1.3 +6 -0 apache-apr/pthreads/src/modules/experimental/mod_mmap_static.c Index: mod_mmap_static.c =================================================================== RCS file: /home/cvs/apache-apr/pthreads/src/modules/experimental/mod_mmap_static.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- mod_mmap_static.c 1999/02/07 06:29:46 1.2 +++ mod_mmap_static.c 1999/04/27 06:20:01 1.3 @@ -122,6 +122,12 @@ #include "http_request.h" #include "http_core.h" +/* XXX - ap_{block,unblock}_alarms aren't used right now, but they could + * be, so just #define them away for now */ + +#define ap_block_alarms() +#define ap_unblock_alarms() + module MODULE_VAR_EXPORT mmap_static_module; typedef struct {