]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/jaeger-client-cpp/src/jaegertracing/thrift-gen/zipkincore_constants.h
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / jaeger-client-cpp / src / jaegertracing / thrift-gen / zipkincore_constants.h
CommitLineData
f67539c2
TL
1/**
2 * Autogenerated by Thrift Compiler (0.11.0)
3 *
4 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 * @generated
6 */
7#ifndef zipkincore_CONSTANTS_H
8#define zipkincore_CONSTANTS_H
9
10#include "zipkincore_types.h"
11
12namespace twitter { namespace zipkin { namespace thrift {
13
14class zipkincoreConstants {
15 public:
16 zipkincoreConstants();
17
18 std::string CLIENT_SEND;
19 std::string CLIENT_RECV;
20 std::string SERVER_SEND;
21 std::string SERVER_RECV;
22 std::string MESSAGE_SEND;
23 std::string MESSAGE_RECV;
24 std::string WIRE_SEND;
25 std::string WIRE_RECV;
26 std::string CLIENT_SEND_FRAGMENT;
27 std::string CLIENT_RECV_FRAGMENT;
28 std::string SERVER_SEND_FRAGMENT;
29 std::string SERVER_RECV_FRAGMENT;
30 std::string LOCAL_COMPONENT;
31 std::string CLIENT_ADDR;
32 std::string SERVER_ADDR;
33 std::string MESSAGE_ADDR;
34};
35
36extern const zipkincoreConstants g_zipkincore_constants;
37
38}}} // namespace
39
40#endif