From cd9ec0e96553f50af495d022f4db931e9318ec6c Mon Sep 17 00:00:00 2001 From: Nathaniel Manista Date: Mon, 31 Aug 2015 07:49:45 +0000 Subject: Code generation for Python Beta API --- src/compiler/python_generator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compiler/python_generator.h') 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 { -- cgit v1.2.3