Clean up code related to requests in child thread
authorAlan T. DeKok <aland@freeradius.org>
Tue, 1 Jun 2010 08:26:21 +0000 (10:26 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 1 Jun 2010 08:26:21 +0000 (10:26 +0200)
commit7595319c4e2625da60ba4cf594280055b3018a9f
tree602d7c19737467e022fada240450da0487afaf7b
parent5fd1b89ae13196d3f7ab82698e5d7c5ff4efdf22
Clean up code related to requests in child thread

There is now a "thread_pool_addrequest" when there's no pthread.
It calls radius_handle_request() as before.  This makes the event.c
code a little simpler.

Make "poll detail" code call generic socket handler code.  Less code,
and one central place for handling things
src/main/event.c
src/main/threads.c