[OpenAFS-devel] Tracing NameToId

Barry Fawthrop barry@isscp.com
Mon, 06 Apr 2009 14:40:21 -0400


Derrick Brashear wrote:
> 
> i have no idea. i don't have time to decode the assembly and see what's up,
> and really, it's not worth spending a whole lot of time on lwp anyway; in
> the nearish future openafs will just use pthreads. if you want to do
> experimental stuff, that might be possible now: define USE_PTHREADS when
> building liblwp (e.g. in src/lwp) and then use that liblwp. or, better yet,
> stop linking liblwp, librx, librxkad and company and link (only) libafsrpc,
> libafsauthent, libafsutil and libpthread.
> 

I tried defining USE_PTHREADS and then it complains about
pthread_startroutine_t  and  and pthread_addr_t  are unknown types
looking through all the src files I do not see where this is defined

I see a pthread.h under winnt but I don't see it defined there

Thanks again