Subject: Re: nsswitch.conf and irs.conf
To: None <itojun@iijlab.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-net
Date: 01/19/2003 16:43:53
On Mon, Jan 20, 2003 at 09:33:21AM +0900, itojun@iijlab.net wrote:

 > 	which source code are you looking at?  i guess you are looking at
 > 	something wrong.  if you look at BIND8 src/lib/irs/gethostent.c,
 > 		gethostbyname() calls gethostbyname_p()
 > 		gethostbyname_p() calls gethostbyname2_p()
 > 		gethostbyname2_p() does the real thing
 > 	so i see no problem here.

That are these _p functions?  Do they use thread-specific data, or
do they simply use a global context structure?

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>