On 7/4/06, Tiago Semprebom <[EMAIL PROTECTED]> wrote:
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, ap_server_conf,"IP value:
%d",csd->connected);

Why the csd don't appear to me like a structure allow-me to access their
filds like connected, remote_addr, etc?

The structure definition is available only within the implementation
of APR; it is not available within the web server.

FWIW, the "connected" flag down in APR is not so interesting anyway.
What are you trying to debug or trace?

Reply via email to