aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.h
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-06-13 20:14:18 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-06-13 20:51:09 +0000
commit4547940d0671b528f2ace782466af94150cb7902 (patch)
tree4211ea8c20e5c6a03d1bf7545c2cb2709dde5b29 /src/compiler/python_generator.h
parent55ca239bc2116857b347d8b1234e0cabf35640de (diff)
Python GA code generation
Diffstat (limited to 'src/compiler/python_generator.h')
-rw-r--r--src/compiler/python_generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/python_generator.h b/src/compiler/python_generator.h
index e56b6790ef..fc51b48dae 100644
--- a/src/compiler/python_generator.h
+++ b/src/compiler/python_generator.h
@@ -43,6 +43,7 @@ namespace grpc_python_generator {
// Data pertaining to configuration of the generator with respect to anything
// that may be used internally at Google.
struct GeneratorConfiguration {
+ grpc::string grpc_package_root;
grpc::string beta_package_root;
};