proxygen
folly::AsyncServerSocket::QueueMessage Struct Reference

Public Attributes

MessageType type
 
int fd
 
int err
 
SocketAddress address
 
std::string msg
 

Detailed Description

Definition at line 744 of file AsyncServerSocket.h.

Member Data Documentation

SocketAddress folly::AsyncServerSocket::QueueMessage::address

Definition at line 748 of file AsyncServerSocket.h.

Referenced by folly::AsyncServerSocket::dispatchSocket().

int folly::AsyncServerSocket::QueueMessage::err

Definition at line 747 of file AsyncServerSocket.h.

Referenced by folly::AsyncServerSocket::dispatchError().

int folly::AsyncServerSocket::QueueMessage::fd

Definition at line 746 of file AsyncServerSocket.h.

Referenced by folly::AsyncServerSocket::dispatchSocket().

std::string folly::AsyncServerSocket::QueueMessage::msg

Definition at line 749 of file AsyncServerSocket.h.

Referenced by folly::AsyncServerSocket::dispatchError().

MessageType folly::AsyncServerSocket::QueueMessage::type

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