History log of /httpd/server/mpm/simple/simple_io.h
Revision Date Author Comments Expand
52a5101047d0148d33df1f9f4f77b24bce7fdf70 709078 30-Oct-2008 pquerna

reindent according to our coding style: <http://httpd.apache.org/dev/styleguide.html> for i in `ls *.h *.c`; do indent -i4 -npsl -di0 -br -nce -d0 -cli0 -npcs -nfc1 -nut ${i}; done

f997d134bcee6bfa4cd87b69acee96e80c5a358b 708462 28-Oct-2008 pquerna

Add a work in progress, a completely new, "Simple MPM".