Kea 2.7.5
|
Keeps callback information for external sockets. More...
#include <iface_mgr.h>
Public Attributes | |
SocketCallback | callback_ |
A callback that will be called when data arrives over socket_. | |
int | socket_ |
Socket descriptor of the external socket. | |
Keeps callback information for external sockets.
Definition at line 673 of file iface_mgr.h.
SocketCallback isc::dhcp::IfaceMgr::SocketCallbackInfo::callback_ |
A callback that will be called when data arrives over socket_.
Definition at line 678 of file iface_mgr.h.
int isc::dhcp::IfaceMgr::SocketCallbackInfo::socket_ |
Socket descriptor of the external socket.
Definition at line 675 of file iface_mgr.h.
Referenced by isc::dhcp::IfaceMgr::addExternalSocket().