On Sun, 4 Mar 2001, Daniel Jacobowitz wrote:

> Here's another reasonable-looking patch from Philippe Troin; it exposes
> child_num() in Apache::Connection.

i hesitate adding this to Connection.xs at this point since it is 1.3
specific.  but i would be happy to include it as an new method
Apache::Scoreboard.

--- Scoreboard.xs~      Mon Jun  5 11:58:01 2000
+++ Scoreboard.xs       Tue May  1 11:10:24 2001
@@ -392,3 +392,15 @@
 
     OUTPUT:
     RETVAL
+
+MODULE = Apache::Scoreboard   PACKAGE = Apache::Connection
+
+int
+child_num(conn)
+    Apache::Connection conn
+
+    CODE:
+    RETVAL = conn->child_num;
+
+    OUTPUT:
+    RETVAL


Reply via email to