aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-01-20 08:59:46 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-01-20 08:59:46 -0800
commit792ca4ed65b384091776071ebd4fa1c0154cfa35 (patch)
tree54d1608ac39c283eb3d984192dd493184e4470cc
parent0f369dcb22146e7e8a42fa4a3aef4df765a5d26d (diff)
parent44a56ce426eb86bd8eb580078b8a8d1f70955aa8 (diff)
Merge pull request #107 from ctiller/extern
Add extern where its required
-rw-r--r--src/core/channel/child_channel.h2
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;