diff options
author | Muxi Yan <mxyan@google.com> | 2018-02-22 14:54:42 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-02-22 14:59:17 -0800 |
commit | 1a6d3a529be65d3f75e02f522ee0c77025191fb2 (patch) | |
tree | 38f22dfeb4bb5abea710891cf7d487433965f77f /include | |
parent | 3e440f3500e0e2b992cb4c242851c591b47d4f4d (diff) |
Add comments to the interface
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index 85106cad10..7d31095c91 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -309,6 +309,8 @@ typedef struct { Defaults to "blend". In the current implementation "blend" is equivalent to "latency". */ #define GRPC_ARG_OPTIMIZATION_TARGET "grpc.optimization_target" +/** Channel arg that carries the bridged objective c object for custom metrics + * logging filter. */ #define GRPC_ARG_MOBILE_LOG_CONFIG "grpc.mobile_log_config" /** \} */ |