Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
2f1d8708
Commit
2f1d8708
authored
Oct 18, 2016
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Header fixes
parent
50d6f7b6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/grpc++/resource_quota.h
+3
-3
3 additions, 3 deletions
include/grpc++/resource_quota.h
src/core/lib/iomgr/resource_quota.h
+3
-3
3 additions, 3 deletions
src/core/lib/iomgr/resource_quota.h
src/core/lib/iomgr/tcp_client_posix.h
+1
-1
1 addition, 1 deletion
src/core/lib/iomgr/tcp_client_posix.h
with
7 additions
and
7 deletions
include/grpc++/resource_quota.h
+
3
−
3
View file @
2f1d8708
...
@@ -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
This diff is collapsed.
Click to expand it.
src/core/lib/iomgr/resource_quota.h
+
3
−
3
View file @
2f1d8708
...
@@ -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 */
This diff is collapsed.
Click to expand it.
src/core/lib/iomgr/tcp_client_posix.h
+
1
−
1
View file @
2f1d8708
...
@@ -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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment