aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/resource_quota.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-05-19 15:18:30 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-05-19 15:18:30 -0700
commit01cc75087e723be3c67295d030285e2bbf66e87c (patch)
tree5a1d1d8bf7d9dc19d2045954564729fb10a3b3cf /include/grpc++/resource_quota.h
parent72f70a5a5d3a438a00e3ac73a908344693c274e9 (diff)
parent04ac52bc3f30061a0609769cdcc82da143d6a292 (diff)
Merge remote-tracking branch 'upstream/master' into srv_record
Diffstat (limited to 'include/grpc++/resource_quota.h')
-rw-r--r--include/grpc++/resource_quota.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h
index 68a514658d..1199ae9381 100644
--- a/include/grpc++/resource_quota.h
+++ b/include/grpc++/resource_quota.h
@@ -47,6 +47,7 @@ namespace grpc {
/// all attached entities below the ResourceQuota bound.
class ResourceQuota final : private GrpcLibraryCodegen {
public:
+ /// \param name - a unique name for this ResourceQuota.
explicit ResourceQuota(const grpc::string& name);
ResourceQuota();
~ResourceQuota();