diff options
author | murgatroid99 <michael.lumish@gmail.com> | 2015-01-20 15:59:55 -0800 |
---|---|---|
committer | murgatroid99 <michael.lumish@gmail.com> | 2015-01-20 15:59:55 -0800 |
commit | e1613dcd318f2b0240cea199d434dfeae05c5043 (patch) | |
tree | 5b17e4180b6b6e41ea201a8f0403de6c28bb8046 /src/core/channel/child_channel.h | |
parent | 749985eb8df9bc96e289d9dc7ae205fa8491eabd (diff) | |
parent | c7ff547b86b5058fbbd8b578fc13af93e20c9d89 (diff) |
Merge branch 'master' of github.com:google/grpc
Diffstat (limited to 'src/core/channel/child_channel.h')
-rw-r--r-- | src/core/channel/child_channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/child_channel.h b/src/core/channel/child_channel.h index 3ba4c1b8a9..ece0ff99a9 100644 --- a/src/core/channel/child_channel.h +++ b/src/core/channel/child_channel.h @@ -39,7 +39,7 @@ /* helper for filters that need to host child channel stacks... handles lifetime and upwards propagation cleanly */ -const grpc_channel_filter grpc_child_channel_top_filter; +extern const grpc_channel_filter grpc_child_channel_top_filter; typedef grpc_channel_stack grpc_child_channel; typedef grpc_call_stack grpc_child_call; |