aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.h
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-08-31 07:49:45 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-08-31 17:33:15 +0000
commitcd9ec0e96553f50af495d022f4db931e9318ec6c (patch)
treeadc9968d6ec962f7e3f38783a5b6a015a902dda2 /src/compiler/python_generator.h
parent9e4d0610ea5e2bb302c6185648e9e126d1dd8d9c (diff)
Code generation for Python Beta API
Diffstat (limited to 'src/compiler/python_generator.h')
-rw-r--r--src/compiler/python_generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/python_generator.h b/src/compiler/python_generator.h
index b47f3c1243..44ed4b3f98 100644
--- a/src/compiler/python_generator.h
+++ b/src/compiler/python_generator.h
@@ -43,7 +43,8 @@ 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 implementations_package_root;
+ grpc::string early_adopter_package_root;
+ grpc::string beta_package_root;
};
class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {