Make request->child_pid into request->thread_id
authorAlan T. DeKok <aland@freeradius.org>
Sat, 5 Oct 2013 15:21:06 +0000 (11:21 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 5 Oct 2013 15:21:06 +0000 (11:21 -0400)
commit092da2ca1d0ce6a27dc88a73e1852ce6669947f8
tree2a4de222a40b0d662c4a5b6b44d0010a37d99ef1
parent6a2d7a721142a95517fa7ecefa529f004c034e0b
Make request->child_pid into request->thread_id

There's no reason to use a pthread ID.  We can just expose
the thread number.  This makes it easier to debug threading issues
src/include/radiusd.h
src/main/event.c
src/main/threads.c
src/main/util.c