stas 2004/08/15 03:19:51
Modified: todo api_status
Log:
potentially these accessors will be get/set and not only get
Revision Changes Path
1.32 +23 -0 modperl-2.0/todo/api_status
Index: api_status
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/api_status,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- api_status 14 Aug 2004 05:10:12 -0000 1.31
+++ api_status 15 Aug 2004 10:19:50 -0000 1.32
@@ -126,3 +126,26 @@
A: Add glue for function: apr_bucket_alloc_create(pool);
not urgent for 2.0
+
+* the following accessors might be turned into read/write (they are
+ readonly at the moment). if you think that should be the case,
+ please document the change and hopefully add a new sub-test.
+
+ conn_rec:
+ ---------
+ local_addr
+ remote_addr
+ remote_ip
+ remote_host
+ aborted
+ local_ip
+ local_host
+
+ ap_directive_t:
+ ---------------
+ next
+ first_child
+ parent
+ filename
+ line_num
+