aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/codegen
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-09 13:57:46 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-09 13:57:46 -0800
commit79d9096126aceb3fbf5a9ef0c2942b5d17276851 (patch)
tree3de7f34966d77fabdba40528e551215fd2e25751 /src/cpp/codegen
parent9eef37786531faa30ca51def84daa3e950c7e1a7 (diff)
removed spurious grpc_library.cc
Diffstat (limited to 'src/cpp/codegen')
-rw-r--r--src/cpp/codegen/codegen_init.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cpp/codegen/codegen_init.cc b/src/cpp/codegen/codegen_init.cc
index 37abbad2da..f9f9adea21 100644
--- a/src/cpp/codegen/codegen_init.cc
+++ b/src/cpp/codegen/codegen_init.cc
@@ -38,7 +38,12 @@
/// stay null in the absence of of grpc++ library. In this case, no gRPC
/// features such as the ability to perform calls will be available. Trying to
/// perform them would result in a segmentation fault when trying to deference
-/// the following nulled globals.
+/// the following nulled globals. These should be associated with actual
+/// as part of the instantiation of a \a grpc::GrpcLibraryInitializer variable.
+
+namespace grpc {
grpc::CoreCodegenInterface* grpc::g_core_codegen_interface = nullptr;
grpc::GrpcLibraryInterface* grpc::g_glip = nullptr;
+
+} // namespace grpc