On Fri, 26 Jan 2007, Mike wrote:

> C-client is implemented such that it obtains data via callback functions
> which must be defined by the caller.

Libraries that use callbacks generally provide you with a userdata
field for that kind of thing.  Use it to pass the apache request_rec,
or some other appropriate object defined by your module.

-- 
Nick Kew

Reply via email to