aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.h
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-06-29 11:41:24 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-06-29 11:41:24 -0700
commit71448b2898221cfeeeb1f64da8907e7ca6a29a75 (patch)
tree4d87f838ac74d8f5db9e34373902e0b7ad67b1e5 /src/compiler/python_generator.h
parent94f0a50d1ea3208a0602f6eb67b6438bdb957387 (diff)
Use open-source defaults to propagate Python plugin configuration
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 fc51b48dae..7ed99eff0b 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 {
+ GeneratorConfiguration();
grpc::string grpc_package_root;
grpc::string beta_package_root;
};