Kea
1.9.9-git
|
Support to transfer file descriptors between processes. More...
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
isc::util::io | |
Functions | |
int | isc::util::io::recv_fd (const int sock) |
Receives a file descriptor. More... | |
int | isc::util::io::send_fd (const int sock, const int fd) |
Sends a file descriptor. More... | |
Variables | |
const int | isc::util::io::FD_OTHER_ERROR = -1 |
const int | isc::util::io::FD_SYSTEM_ERROR = -2 |
Support to transfer file descriptors between processes.
Definition in file fd_share.h.