Skip to content

Commit 3bd49c8

Browse files
committed
Fix building
1 parent 2e90834 commit 3bd49c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8645,7 +8645,7 @@ grpc_cc_library(
86458645
"//src/core:lib/ibverbs/device.cc",
86468646
"//src/core:lib/ibverbs/memory_region.cc",
86478647
"//src/core:lib/ibverbs/pair.cc",
8648-
"//src/core:lib/ibverbs/poller.cc",
8648+
"//src/core:lib/ibverbs/busy_poller.cc",
86498649
"//src/core:lib/ibverbs/ring_buffer.cc",
86508650
],
86518651
hdrs = [

0 commit comments

Comments
 (0)