]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
I think this is a better i/o layer interface.
authordgaudet <dgaudet@unknown>
Thu, 24 Jun 1999 08:58:03 +0000 (08:58 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 24 Jun 1999 08:58:03 +0000 (08:58 +0000)
commit4786e9a31ee1b0dd79ac4b9950a04b3cc7acffd3
tree2b6e779bb0fcebcc2066dee16212be732d86bfea
parent79036b7e26f25da8d7baf123a2c27ebb1df3565f
I think this is a better i/o layer interface.

- move main/iol_unix.c to os/unix/iol_socket.c
- create main/iol_file.c ... use APR methods eventually
- remove iol_data from ap_iol, instead the ap_iol is just embedded into
  the private data of the i/o layer
- remove ap_bpushfd(), replace with ap_bpush_iol()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83375 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/prefork.c