]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/jaeger-client-cpp/src/jaegertracing/thrift-gen/sampling_constants.h
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / jaeger-client-cpp / src / jaegertracing / thrift-gen / sampling_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 sampling_CONSTANTS_H
8#define sampling_CONSTANTS_H
9
10#include "sampling_types.h"
11
12namespace jaegertracing { namespace sampling_manager { namespace thrift {
13
14class samplingConstants {
15 public:
16 samplingConstants();
17
18};
19
20extern const samplingConstants g_sampling_constants;
21
22}}} // namespace
23
24#endif