]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/grpc/00003-undef-base64-macro.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / grpc / 00003-undef-base64-macro.patch
1 diff --git a/src/core/lib/transport/transport.cc b/src/core/lib/transport/transport.cc
2 index 99a32980aa..f55db67113 100644
3 --- a/src/core/lib/transport/transport.cc
4 +++ b/src/core/lib/transport/transport.cc
5 @@ -97,6 +97,8 @@ void grpc_stream_ref_init(grpc_stream_refcount* refcount, int /*initial_refs*/,
6 refcount, &refcount->slice_refcount);
7 }
8
9 +#undef move64
10 +
11 static void move64(uint64_t* from, uint64_t* to) {
12 *to += *from;
13 *from = 0;