OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
thrift_transport.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _ThriftTransport
 

Typedefs

typedef struct _ThriftTransport ThriftTransport
 

Enumerations

enum  ThriftTransportType { T_TRANSPORT_MEMORY_BUFFER = 1, T_TRANSPORT_FAKE = 2, T_TRANSPORT_FILE = 3 }
 
enum  ThriftTransportError {
  THRIFT_TRANSPORT_ERROR_UNKNOWN, THRIFT_TRANSPORT_ERROR_HOST, THRIFT_TRANSPORT_ERROR_SOCKET, THRIFT_TRANSPORT_ERROR_CONNECT,
  THRIFT_TRANSPORT_ERROR_SEND, THRIFT_TRANSPORT_ERROR_RECEIVE, THRIFT_TRANSPORT_ERROR_CLOSE
}
 

Functions

ThriftTransportType thrift_transport_get_type (void)
 

Typedef Documentation

Definition at line 51 of file thrift_transport.h.

Enumeration Type Documentation

Enumerator
THRIFT_TRANSPORT_ERROR_UNKNOWN 
THRIFT_TRANSPORT_ERROR_HOST 
THRIFT_TRANSPORT_ERROR_SOCKET 
THRIFT_TRANSPORT_ERROR_CONNECT 
THRIFT_TRANSPORT_ERROR_SEND 
THRIFT_TRANSPORT_ERROR_RECEIVE 
THRIFT_TRANSPORT_ERROR_CLOSE 

Definition at line 81 of file thrift_transport.h.

Enumerated definitions of supported transports

Enumerator
T_TRANSPORT_MEMORY_BUFFER 
T_TRANSPORT_FAKE 
T_TRANSPORT_FILE 

Definition at line 33 of file thrift_transport.h.

Function Documentation

ThriftTransportType thrift_transport_get_type ( void  )