Kea 2.5.8
isc::dhcp::IfaceMgr::SocketCallbackInfo Struct Reference

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.
 

Detailed Description

Keeps callback information for external sockets.

Definition at line 673 of file iface_mgr.h.

Member Data Documentation

◆ callback_

SocketCallback isc::dhcp::IfaceMgr::SocketCallbackInfo::callback_

◆ socket_

int isc::dhcp::IfaceMgr::SocketCallbackInfo::socket_

The documentation for this struct was generated from the following file: