]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/jaeger-client-cpp/src/jaegertracing/thrift-gen/zipkincore_constants.cpp
3b463710a110165855608261dcd85e4acf31474b
[ceph.git] / ceph / src / jaegertracing / jaeger-client-cpp / src / jaegertracing / thrift-gen / zipkincore_constants.cpp
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 #include "zipkincore_constants.h"
8
9 namespace twitter { namespace zipkin { namespace thrift {
10
11 const zipkincoreConstants g_zipkincore_constants;
12
13 zipkincoreConstants::zipkincoreConstants() {
14 CLIENT_SEND = "cs";
15
16 CLIENT_RECV = "cr";
17
18 SERVER_SEND = "ss";
19
20 SERVER_RECV = "sr";
21
22 MESSAGE_SEND = "ms";
23
24 MESSAGE_RECV = "mr";
25
26 WIRE_SEND = "ws";
27
28 WIRE_RECV = "wr";
29
30 CLIENT_SEND_FRAGMENT = "csf";
31
32 CLIENT_RECV_FRAGMENT = "crf";
33
34 SERVER_SEND_FRAGMENT = "ssf";
35
36 SERVER_RECV_FRAGMENT = "srf";
37
38 LOCAL_COMPONENT = "lc";
39
40 CLIENT_ADDR = "ca";
41
42 SERVER_ADDR = "sa";
43
44 MESSAGE_ADDR = "ma";
45
46 }
47
48 }}} // namespace
49