diff options
author | Mark D. Roth <roth@google.com> | 2016-10-19 14:20:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 14:20:51 -0700 |
commit | 20e77f27b0cf2cb1305df21a91e6a51d9a4171d1 (patch) | |
tree | bef20e5b018f4128462a8d5f424daa2baf195993 /include | |
parent | 81e419bd173a0604ab15b6c58aa5de598937cfe6 (diff) | |
parent | f222593de2ddf4afe9dbcfc4fdb32d03b2692ae7 (diff) |
Merge pull request #8303 from markdroth/service_config
Support service configs in core.
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index ebeef038d1..a3fc683e57 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -201,6 +201,9 @@ typedef struct { #define GRPC_ARG_MAX_METADATA_SIZE "grpc.max_metadata_size" /** If non-zero, allow the use of SO_REUSEPORT if it's available (default 1) */ #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" +/** Service config data, to be passed to subchannels. + Not intended for external use. */ +#define GRPC_ARG_SERVICE_CONFIG "grpc.service_config" /** \} */ /** Result of a grpc call. If the caller satisfies the prerequisites of a |