diff options
Diffstat (limited to 'include/grpc++/resource_quota.h')
-rw-r--r-- | include/grpc++/resource_quota.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h index 68a514658d..da14088ebb 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(); |