looks like apr_userdata_get/set works just fine. new patch attached.
+1, geoff++
I also added some doxygen comments, if the thought is to still do that.
Certainly.
I mention this some time ago, it'd be nice for mod_perl to define a concept of the public C api (for XS extension writers). Currently all C APIs are sort of public, but we tend to change those things freely having an excuse that mp2 wasn't released yet. It's going to be a problem once it's released.
We need doxygen comments for public APIs, and can use some plain comments for internal functions. In parallel, we may need to start using a variation of the DECLARE macro to mark public APIs as such and do the export control.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
