On 2004.06.07, Mike Schilli <[EMAIL PROTECTED]> wrote: > Is there a way to obtain the current connection's Ns_conn if > it's not passed into a C function explicitely? Is it accessible > somewhere globally or via a function at the C level?
In AOLserver 4.0, you want to look at Ns_GetConn() in nsd/queue.c. (It's in nsd/serv.c in AOLserver 3.5.) -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
