> > Note: If you move to r->notes (also a table) you can use > > apr_table_setn to pass a casted pointer and retrieve the pointer > > on the other side. But this is probably a last resort. > > I'm not sure I follow, other than mechanically. Why might I want to do > that, exactly?
Quick and dirty way for two modules to pass a reference to a struct around. mod_session providers use it almost like a cache. -- Eric Covener cove...@gmail.com