From 3e440f3500e0e2b992cb4c242851c591b47d4f4d Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Mon, 27 Nov 2017 13:56:03 -0800 Subject: Add MobileLog support --- include/grpc/impl/codegen/grpc_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index d64b23f332..85106cad10 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -309,6 +309,7 @@ typedef struct { Defaults to "blend". In the current implementation "blend" is equivalent to "latency". */ #define GRPC_ARG_OPTIMIZATION_TARGET "grpc.optimization_target" +#define GRPC_ARG_MOBILE_LOG_CONFIG "grpc.mobile_log_config" /** \} */ /** Result of a grpc call. If the caller satisfies the prerequisites of a -- cgit v1.2.3