aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-07-30 17:22:25 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-12-26 11:03:43 -0800
commit00763bc3eaff1523a70e5e791924c16abd2fe526 (patch)
treeb28d3275049026728158bb95de33c53c62ffe004 /BUILD
parentc3eb206897dcfc9fa77391501b233d7a2b0c79f7 (diff)
Support named scope id's with ipv6 resolver on posix
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e3c765198b..5a9e46acf9 100644
--- a/BUILD
+++ b/BUILD
@@ -732,6 +732,8 @@ grpc_cc_library(
"src/core/lib/iomgr/iomgr_posix.cc",
"src/core/lib/iomgr/iomgr_windows.cc",
"src/core/lib/iomgr/is_epollexclusive_available.cc",
+ "src/core/lib/iomgr/grpc_if_nametoindex_posix.cc",
+ "src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc",
"src/core/lib/iomgr/load_file.cc",
"src/core/lib/iomgr/lockfree_event.cc",
"src/core/lib/iomgr/network_status_tracker.cc",
@@ -873,6 +875,7 @@ grpc_cc_library(
"src/core/lib/iomgr/executor.h",
"src/core/lib/iomgr/gethostname.h",
"src/core/lib/iomgr/gevent_util.h",
+ "src/core/lib/iomgr/grpc_if_nametoindex.h",
"src/core/lib/iomgr/internal_errqueue.h",
"src/core/lib/iomgr/iocp_windows.h",
"src/core/lib/iomgr/iomgr.h",