Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restruct event_dispatcher source file #1888

Merged
merged 10 commits into from
Aug 17, 2022
Prev Previous commit
Next Next commit
add two source file in hdrs for bazel
guodongxiaren committed Aug 16, 2022
commit b3d2b2d3953acabbd16f4e0f60440740479927c8
4 changes: 3 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -505,7 +505,9 @@ cc_library(
}),
hdrs = glob([
"src/brpc/*.h",
"src/brpc/**/*.h"
"src/brpc/**/*.h",
"src/brpc/event_dispatcher_epoll.cpp",
"src/brpc/event_dispatcher_kqueue.cpp",
]),
includes = [
"src/",