OpenSDN source code
 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 
26 {
27  /* Needs to be the first element */
29 };
31 
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif
void thrift_fake_transport_init(ThriftFakeTransport *transport)