mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
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:
parent
79754bf6f8
commit
efc8b24576
3 changed files with 0 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue