trawick 2003/05/18 04:45:06
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
fix a filename, mention a concern
Revision Changes Path
No revision
No revision
1.751.2.296 +14 -2 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.295
retrieving revision 1.751.2.296
diff -u -r1.751.2.295 -r1.751.2.296
--- STATUS 18 May 2003 02:14:08 -0000 1.751.2.295
+++ STATUS 18 May 2003 11:45:06 -0000 1.751.2.296
@@ -65,8 +65,20 @@
* Replace some of the mutex locking in the worker MPM with
atomic operations for higher concurrency.
- server/mpm/worker/worker.c 1.24, 1.25
+ server/mpm/worker/fdqueue.c 1.24, 1.25
+1: brianp
+ -0: trawick These gcc warnings seem to point out uncleanness
+ that should be resolved first. Perhaps "volatile"-ity
+ is inconsistent? (gcc 3.2 on UL 1.0)
+ fdqueue.c: In function `queue_info_cleanup':
+ fdqueue.c:89: warning: passing arg 1 of `apr_atomic_casptr' from
+ incompatible pointer type
+ fdqueue.c: In function `ap_queue_info_set_idle':
+ fdqueue.c:142: warning: passing arg 1 of `apr_atomic_casptr' from
+ incompatible pointer type
+ fdqueue.c: In function `ap_queue_info_wait_for_idler':
+ fdqueue.c:232: warning: passing arg 1 of `apr_atomic_casptr' from
+ incompatible pointer type
* make ExpiresByType work for dynamic documents.
modules/metadata/mod_expires.c 1.41
|