OpenSDN source code
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

◆ ThriftTransport

Definition at line 1 of file thrift_transport.h.

Enumeration Type Documentation

◆ ThriftTransportError

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.

◆ ThriftTransportType

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

◆ thrift_transport_get_type()

ThriftTransportType thrift_transport_get_type ( void  )