Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-in…
Browse files Browse the repository at this point in the history
…terfaces
  • Loading branch information
dgquintas committed Jan 25, 2016
2 parents 2899114 + 22f6dcc commit 541db25
Show file tree
Hide file tree
Showing 85 changed files with 3,575 additions and 1,518 deletions.
3 changes: 3 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ cc_library(
"src/core/census/context.c",
"src/core/census/initialize.c",
"src/core/census/operation.c",
"src/core/census/tag_set.c",
"src/core/census/tracing.c",
],
hdrs = [
Expand Down Expand Up @@ -696,6 +697,7 @@ cc_library(
"src/core/census/context.c",
"src/core/census/initialize.c",
"src/core/census/operation.c",
"src/core/census/tag_set.c",
"src/core/census/tracing.c",
],
hdrs = [
Expand Down Expand Up @@ -1266,6 +1268,7 @@ objc_library(
"src/core/census/context.c",
"src/core/census/initialize.c",
"src/core/census/operation.c",
"src/core/census/tag_set.c",
"src/core/census/tracing.c",
],
hdrs = [
Expand Down
Loading

0 comments on commit 541db25

Please sign in to comment.