OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
thrift_file_transport.h File Reference

Implementation of a file based thrift transport. More...

#include <stdio.h>
Include dependency graph for thrift_file_transport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _ThriftFileTransport
 

Macros

#define MAX_FILE_NAME   512
 

Typedefs

typedef struct _ThriftFileTransport ThriftFileTransport
 

Functions

int thrift_file_transport_init (ThriftFileTransport *t, char *filename)
 
void thrift_file_transport_close (ThriftFileTransport *ft)
 

Detailed Description

Implementation of a file based thrift transport.

Definition in file thrift_file_transport.h.

Macro Definition Documentation

#define MAX_FILE_NAME   512

Definition at line 20 of file thrift_file_transport.h.

Typedef Documentation

Definition at line 34 of file thrift_file_transport.h.

Function Documentation

void thrift_file_transport_close ( ThriftFileTransport ft)
int thrift_file_transport_init ( ThriftFileTransport t,
char *  filename 
)