libcaf  0.13.2
Public Attributes | Related Functions | List of all members
caf::io::new_connection_msg Struct Reference

Signalizes a newly accepted connection from a broker. More...

#include <system_messages.hpp>

Public Attributes

accept_handle source
 The handle that accepted the new connection.
 
connection_handle handle
 The handle for the new connection.
 

Related Functions

(Note that these are not member functions.)

bool operator== (const new_connection_msg &lhs, const new_connection_msg &rhs)
 
bool operator!= (const new_connection_msg &lhs, const new_connection_msg &rhs)
 

Detailed Description

Signalizes a newly accepted connection from a broker.

Friends And Related Function Documentation

bool operator!= ( const new_connection_msg lhs,
const new_connection_msg rhs 
)
related
bool operator== ( const new_connection_msg lhs,
const new_connection_msg rhs 
)
related

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