OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
thrift_fake_transport.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
/*
6
* thrift_fake_transport.h
7
*
8
* Thrift FAKE transport
9
*/
10
11
#ifndef _THRIFT_FAKE_TRANSPORT_H
12
#define _THRIFT_FAKE_TRANSPORT_H
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
25
struct
_ThriftFakeTransport
26
{
27
/* Needs to be the first element */
28
ThriftTransport
tt
;
29
};
30
typedef
struct
_ThriftFakeTransport
ThriftFakeTransport
;
31
32
void
thrift_fake_transport_init
(
ThriftFakeTransport
*transport);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
_ThriftFakeTransport::tt
ThriftTransport tt
Definition:
thrift_fake_transport.h:28
_ThriftTransport
Definition:
thrift_transport.h:42
thrift_fake_transport_init
void thrift_fake_transport_init(ThriftFakeTransport *transport)
_ThriftFakeTransport
Definition:
thrift_fake_transport.h:25
contrail
src
contrail-common
sandesh
library
c
transport
thrift_fake_transport.h
Generated by
1.8.5