1 Sep 2002 06:26
cvs commit: httpd-2.0/support ab.c
<brianp <at> apache.org>
2002-09-01 04:26:32 GMT
2002-09-01 04:26:32 GMT
brianp 2002/08/31 21:26:32 Modified: support ab.c Log: Switched ab to the new abstract pollset API (this will allow ab to take advantage of future apr_pollset_t scalability improvements) Revision Changes Path 1.118 +54 -23 httpd-2.0/support/ab.c Index: ab.c =================================================================== RCS file: /home/cvs/httpd-2.0/support/ab.c,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- ab.c 30 Aug 2002 12:26:14 -0000 1.117 +++ ab.c 1 Sep 2002 04:26:32 -0000 1.118 <at> <at> -350,7 +350,7 <at> <at> struct data *stats; /* date for each request */ apr_pool_t *cntxt; -apr_pollfd_t *readbits; +apr_pollset_t *readbits; apr_sockaddr_t *destsa; <at> <at> -788,7 +788,14 <at> <at> #ifdef USE_SSL(Continue reading)
RSS Feed