Merge pull request #9662 from ctiller/c3+r
Bring resolvers under the client channel combiner lock
Showing
- src/core/ext/client_channel/client_channel.c 25 additions, 12 deletionssrc/core/ext/client_channel/client_channel.c
- src/core/ext/client_channel/resolver.c 16 additions, 9 deletionssrc/core/ext/client_channel/resolver.c
- src/core/ext/client_channel/resolver.h 23 additions, 12 deletionssrc/core/ext/client_channel/resolver.h
- src/core/ext/client_channel/resolver_factory.h 1 addition, 0 deletionssrc/core/ext/client_channel/resolver_factory.h
- src/core/ext/client_channel/resolver_registry.c 3 additions, 1 deletionsrc/core/ext/client_channel/resolver_registry.c
- src/core/ext/client_channel/resolver_registry.h 2 additions, 1 deletionsrc/core/ext/client_channel/resolver_registry.h
- src/core/ext/resolver/dns/native/dns_resolver.c 25 additions, 34 deletionssrc/core/ext/resolver/dns/native/dns_resolver.c
- src/core/ext/resolver/sockaddr/sockaddr_resolver.c 18 additions, 26 deletionssrc/core/ext/resolver/sockaddr/sockaddr_resolver.c
- src/core/lib/surface/call.c 33 additions, 18 deletionssrc/core/lib/surface/call.c
- test/core/client_channel/resolvers/dns_resolver_connectivity_test.c 37 additions, 2 deletions...client_channel/resolvers/dns_resolver_connectivity_test.c
- test/core/client_channel/resolvers/dns_resolver_test.c 12 additions, 0 deletionstest/core/client_channel/resolvers/dns_resolver_test.c
- test/core/client_channel/resolvers/sockaddr_resolver_test.c 15 additions, 2 deletionstest/core/client_channel/resolvers/sockaddr_resolver_test.c
- test/core/end2end/fake_resolver.c 1 addition, 1 deletiontest/core/end2end/fake_resolver.c
Loading
Please register or sign in to comment