diff options
author | Muxi Yan <mxyan@google.com> | 2017-11-27 13:56:03 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-02-05 11:27:00 -0800 |
commit | 3e440f3500e0e2b992cb4c242851c591b47d4f4d (patch) | |
tree | a423ca7e2305b17c4173b85dc2071d6bfa2ad937 /include | |
parent | 3ac5b1b5d5155b99a91deffc35a2207e2df888c9 (diff) |
Add MobileLog support
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |