Merge pull request #14813 from grpc/vjpai-patch-1

Fix an ifdef comment
pull/14822/head
kpayson64 7 years ago committed by GitHub
commit a99dd83e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/iomgr_custom.h

@ -37,7 +37,7 @@ extern gpr_thd_id g_init_thread;
GPR_ASSERT(gpr_thd_currentid() == g_init_thread)
#else
#define GRPC_CUSTOM_IOMGR_ASSERT_SAME_THREAD()
#endif /* GRPC_UV_THREAD_CHECK */
#endif /* GRPC_CUSTOM_IOMGR_THREAD_CHECK */
void grpc_custom_iomgr_init(grpc_socket_vtable* socket,
grpc_custom_resolver_vtable* resolver,

Loading…
Cancel
Save