aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-12 10:28:24 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-12 11:44:52 -0800
commitc745690caf432ddd9fed1284d055fcc1859d7f39 (patch)
tree332e2b0fc92c3db1d1bb0089d239617355d968ee /BUILD
parentb09c58c3402747d94cf74c11294a73c700c93902 (diff)
Internalize gpr_thd except for id and currentid
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 561993a573..1c03b7dad3 100644
--- a/BUILD
+++ b/BUILD
@@ -76,7 +76,7 @@ GPR_PUBLIC_HDRS = [
"include/grpc/support/sync_generic.h",
"include/grpc/support/sync_posix.h",
"include/grpc/support/sync_windows.h",
- "include/grpc/support/thd.h",
+ "include/grpc/support/thd_id.h",
"include/grpc/support/time.h",
]
@@ -494,7 +494,7 @@ grpc_cc_library(
"src/core/lib/gpr/spinlock.h",
"src/core/lib/gpr/string.h",
"src/core/lib/gpr/string_windows.h",
- "src/core/lib/gpr/thd_internal.h",
+ "src/core/lib/gpr/thd.h",
"src/core/lib/gpr/time_precise.h",
"src/core/lib/gpr/tls.h",
"src/core/lib/gpr/tls_gcc.h",