Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/6405258211619216932f4c520f895694 to your computer and use it in GitHub Desktop.
Save ryantm/6405258211619216932f4c520f895694 to your computer and use it in GitHub Desktop.
/nix/store/9grhvnhr50dmi83pygdipb6qfav0lxyr-opentracing-cpp-1.5.1
├── include
│   └── opentracing
│   ├── config.h
│   ├── dynamic_load.h
│   ├── expected
│   │   └── expected.hpp
│   ├── ext
│   │   └── tags.h
│   ├── mocktracer
│   │   ├── in_memory_recorder.h
│   │   ├── json.h
│   │   ├── json_recorder.h
│   │   ├── recorder.h
│   │   ├── symbols.h
│   │   ├── tracer_factory.h
│   │   └── tracer.h
│   ├── noop.h
│   ├── propagation.h
│   ├── span.h
│   ├── string_view.h
│   ├── symbols.h
│   ├── tracer_factory.h
│   ├── tracer.h
│   ├── util.h
│   ├── value.h
│   ├── variant
│   │   ├── recursive_wrapper.hpp
│   │   └── variant.hpp
│   └── version.h
└── lib
├── cmake
│   └── OpenTracing
│   ├── OpenTracingConfig.cmake
│   ├── OpenTracingConfigVersion.cmake
│   ├── OpenTracingTargets.cmake
│   └── OpenTracingTargets-release.cmake
├── libopentracing.a
├── libopentracing_mocktracer.a
├── libopentracing_mocktracer.so -> libopentracing_mocktracer.so.1
├── libopentracing_mocktracer.so.1 -> libopentracing_mocktracer.so.1.5.1
├── libopentracing_mocktracer.so.1.5.1
├── libopentracing.so -> libopentracing.so.1
├── libopentracing.so.1 -> libopentracing.so.1.5.1
└── libopentracing.so.1.5.1
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment