STTNet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
stt::network::WorkerMessage Struct Reference

Data structure for pushing tasks into a completion queue after they are completed at the work site. More...

#include <sttnet_English.h>

Public Attributes

int fd
 Low-level sockets. More...
 
int ret
 Return value -2: Failure and connection closed required; -1: Failure but connection closed not required; 1: Success. More...
 

Detailed Description

Data structure for pushing tasks into a completion queue after they are completed at the work site.

Member Data Documentation

int stt::network::WorkerMessage::fd

Low-level sockets.

int stt::network::WorkerMessage::ret

Return value -2: Failure and connection closed required; -1: Failure but connection closed not required; 1: Success.


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