aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/config.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-04-15 10:46:41 -0700
committerGravatar yang-g <yangg@google.com>2016-04-15 10:46:41 -0700
commit2e08941a37450b42dd21e8755e07091ea444f545 (patch)
treeac983fa62738be1f70788719f30254d097fa9dd2 /src/compiler/config.h
parent8282b755a217031a60329fb4ed2f54cd46966628 (diff)
Use the comments before syntax line as file comments.
Diffstat (limited to 'src/compiler/config.h')
-rw-r--r--src/compiler/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/config.h b/src/compiler/config.h
index a826dd9744..a534b119d2 100644
--- a/src/compiler/config.h
+++ b/src/compiler/config.h
@@ -42,6 +42,7 @@
#include <google/protobuf/descriptor.pb.h>
#define GRPC_CUSTOM_DESCRIPTOR ::google::protobuf::Descriptor
#define GRPC_CUSTOM_FILEDESCRIPTOR ::google::protobuf::FileDescriptor
+#define GRPC_CUSTOM_FILEDESCRIPTORPROTO ::google::protobuf::FileDescriptorProto
#define GRPC_CUSTOM_METHODDESCRIPTOR ::google::protobuf::MethodDescriptor
#define GRPC_CUSTOM_SERVICEDESCRIPTOR ::google::protobuf::ServiceDescriptor
#define GRPC_CUSTOM_SOURCELOCATION ::google::protobuf::SourceLocation
@@ -73,6 +74,7 @@ namespace grpc {
namespace protobuf {
typedef GRPC_CUSTOM_DESCRIPTOR Descriptor;
typedef GRPC_CUSTOM_FILEDESCRIPTOR FileDescriptor;
+typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto;
typedef GRPC_CUSTOM_METHODDESCRIPTOR MethodDescriptor;
typedef GRPC_CUSTOM_SERVICEDESCRIPTOR ServiceDescriptor;
typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation;