Kea 3.1.9
select_event_handler.cc File Reference
#include <config.h>
#include <exceptions/exceptions.h>
#include <util/select_event_handler.h>
#include <cstring>
Include dependency graph for select_event_handler.cc:

Go to the source code of this file.

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
namespace  isc::util

Macros

#define FD_COPY(orig, copy)

Macro Definition Documentation

◆ FD_COPY

#define FD_COPY ( orig,
copy )
Value:
do { \
memcpy(copy, orig, sizeof(fd_set)); \
} while (0)

Definition at line 15 of file select_event_handler.cc.

Referenced by isc::util::SelectEventHandler::waitEvent().