OpenSDN source code
|
Implementation of a file based thrift transport. More...
#include <stdio.h>
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) |
Implementation of a file based thrift transport.
Definition in file thrift_file_transport.h.
#define MAX_FILE_NAME 512 |
Definition at line 20 of file thrift_file_transport.h.
typedef struct _ThriftFileTransport ThriftFileTransport |
Definition at line 34 of file thrift_file_transport.h.
void thrift_file_transport_close | ( | ThriftFileTransport * | ft | ) |
int thrift_file_transport_init | ( | ThriftFileTransport * | t, |
char * | filename | ||
) |