![]() |
Kea 3.1.7
|
Keeps callback information for external sockets. More...
#include <iface_mgr.h>
Public Member Functions | |
| SocketCallbackInfo (int socket) | |
| Constructor. | |
Public Attributes | |
| SocketCallback | callback_ |
| A callback that will be called when data arrives over socket_. | |
| int | socket_ |
| Socket descriptor of the external socket. | |
| bool | unusable_ |
| Indicates if the socket can no longer be used for normal operations. | |
Keeps callback information for external sockets.
Definition at line 700 of file iface_mgr.h.
|
inline |
| SocketCallback isc::dhcp::IfaceMgr::SocketCallbackInfo::callback_ |
A callback that will be called when data arrives over socket_.
Definition at line 705 of file iface_mgr.h.
Referenced by SocketCallbackInfo(), and isc::dhcp::IfaceMgr::addExternalSocket().
| int isc::dhcp::IfaceMgr::SocketCallbackInfo::socket_ |
Socket descriptor of the external socket.
Definition at line 702 of file iface_mgr.h.
Referenced by SocketCallbackInfo().
| bool isc::dhcp::IfaceMgr::SocketCallbackInfo::unusable_ |
Indicates if the socket can no longer be used for normal operations.
Definition at line 709 of file iface_mgr.h.
Referenced by SocketCallbackInfo().