Tell call/channel op handlers who is invoking them.
This change adds a parameter to all op handlers specifying the invoking filter. It will be used to allow client_channel to distinguish which child channel is disconnecting or going away. Change on 2014/12/10 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81823231
Showing
- src/core/channel/census_filter.c 6 additions, 3 deletionssrc/core/channel/census_filter.c
- src/core/channel/channel_stack.c 2 additions, 2 deletionssrc/core/channel/channel_stack.c
- src/core/channel/channel_stack.h 4 additions, 2 deletionssrc/core/channel/channel_stack.h
- src/core/channel/client_channel.c 24 additions, 17 deletionssrc/core/channel/client_channel.c
- src/core/channel/connected_channel.c 7 additions, 5 deletionssrc/core/channel/connected_channel.c
- src/core/channel/http_client_filter.c 4 additions, 2 deletionssrc/core/channel/http_client_filter.c
- src/core/channel/http_filter.c 4 additions, 2 deletionssrc/core/channel/http_filter.c
- src/core/channel/http_server_filter.c 4 additions, 2 deletionssrc/core/channel/http_server_filter.c
- src/core/channel/noop_filter.c 4 additions, 2 deletionssrc/core/channel/noop_filter.c
- src/core/security/auth.c 4 additions, 2 deletionssrc/core/security/auth.c
- src/core/surface/call.c 11 additions, 11 deletionssrc/core/surface/call.c
- src/core/surface/channel.c 2 additions, 2 deletionssrc/core/surface/channel.c
- src/core/surface/client.c 4 additions, 2 deletionssrc/core/surface/client.c
- src/core/surface/lame_client.c 4 additions, 2 deletionssrc/core/surface/lame_client.c
- src/core/surface/server.c 6 additions, 4 deletionssrc/core/surface/server.c
- test/core/channel/channel_stack_test.c 4 additions, 2 deletionstest/core/channel/channel_stack_test.c
- test/core/channel/metadata_buffer_test.c 9 additions, 3 deletionstest/core/channel/metadata_buffer_test.c
Loading
Please register or sign in to comment