Skip to content
Snippets Groups Projects
Commit 2f1d8708 authored by Craig Tiller's avatar Craig Tiller
Browse files

Header fixes

parent 50d6f7b6
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
* *
*/ */
#ifndef GRPCXX_BUFFER_POOL_H #ifndef GRPCXX_RESOURCE_QUOTA_H
#define GRPCXX_BUFFER_POOL_H #define GRPCXX_RESOURCE_QUOTA_H
struct grpc_resource_quota; struct grpc_resource_quota;
...@@ -67,4 +67,4 @@ class ResourceQuota GRPC_FINAL { ...@@ -67,4 +67,4 @@ class ResourceQuota GRPC_FINAL {
} // namespace grpc } // namespace grpc
#endif #endif // GRPCXX_RESOURCE_QUOTA_H
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
* *
*/ */
#ifndef GRPC_CORE_LIB_IOMGR_BUFFER_POOL_H #ifndef GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H
#define GRPC_CORE_LIB_IOMGR_BUFFER_POOL_H #define GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H
#include <grpc/grpc.h> #include <grpc/grpc.h>
...@@ -128,4 +128,4 @@ void grpc_resource_user_alloc_slices( ...@@ -128,4 +128,4 @@ void grpc_resource_user_alloc_slices(
grpc_resource_user_slice_allocator *slice_allocator, size_t length, grpc_resource_user_slice_allocator *slice_allocator, size_t length,
size_t count, gpr_slice_buffer *dest); size_t count, gpr_slice_buffer *dest);
#endif /* GRPC_CORE_LIB_IOMGR_BUFFER_POOL_H */ #endif /* GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H */
...@@ -42,4 +42,4 @@ grpc_endpoint *grpc_tcp_client_create_from_fd( ...@@ -42,4 +42,4 @@ grpc_endpoint *grpc_tcp_client_create_from_fd(
grpc_exec_ctx *exec_ctx, grpc_fd *fd, const grpc_channel_args *channel_args, grpc_exec_ctx *exec_ctx, grpc_fd *fd, const grpc_channel_args *channel_args,
const char *addr_str); const char *addr_str);
#endif #endif /* GRPC_CORE_LIB_IOMGR_TCP_CLIENT_POSIX_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment