Removed implementation of the --disable-select-loop config option.

Preprocessor conditional blocks resulting from an existing definition of
USE_SELECT_LOOP are now always taken.
This commit is contained in:
Jon Siwek 2010-10-19 10:05:54 -05:00
parent 79754bf6f8
commit efc8b24576
3 changed files with 0 additions and 20 deletions

View file

@ -29,10 +29,8 @@ FlowSrc::~FlowSrc()
void FlowSrc::GetFds(int* read, int* write, int* except)
{
#ifdef USE_SELECT_LOOP
if ( selectable_fd >= 0 )
*read = selectable_fd;
#endif
}
double FlowSrc::NextTimestamp(double* network_time)