InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
responseData Struct Reference

for storing network responses held up by EAGAIN on raw interface More...

#include <TransactionAgent.h>

Collaboration diagram for responseData:

Public Attributes

int64_t resultCode
 
msgpack::sbuffer * sbuf
 
std::vector< std::string > * responseVector
 

Detailed Description

for storing network responses held up by EAGAIN on raw interface

Definition at line 105 of file TransactionAgent.h.

Member Data Documentation

std::vector<std::string>* responseData::responseVector

Definition at line 109 of file TransactionAgent.h.

Referenced by TransactionAgent::sendResponse().

int64_t responseData::resultCode
msgpack::sbuffer* responseData::sbuf

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