Kea 2.7.1
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_

A callback that will be called when data arrives over socket_.

Definition at line 678 of file iface_mgr.h.

◆ socket_

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().


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