Merge pull request #18632 from yashykt/backport_cfstreamfix

backport #18606 - Add a dummy function to grpc cfstream library
pull/18661/head
Yash Tibrewal 6 years ago committed by GitHub
commit 4605a07349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/core/lib/iomgr/cfstream_handle.cc

@ -192,4 +192,11 @@ void CFStreamHandle::Unref(const char* file, int line, const char* reason) {
}
}
#else
/* Creating a dummy function so that the grpc_cfstream library will be
* non-empty.
*/
void CFStreamDummy() {}
#endif

Loading…
Cancel
Save