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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
a1f8b141
Commit
a1f8b141
authored
8 years ago
by
Adam Michalik
Browse files
Options
Downloads
Patches
Plain Diff
revert grpc.h
parent
8cf5303e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/grpc/grpc.h
+0
-6
0 additions, 6 deletions
include/grpc/grpc.h
with
0 additions
and
6 deletions
include/grpc/grpc.h
+
0
−
6
View file @
a1f8b141
...
...
@@ -240,12 +240,6 @@ GRPCAPI char *grpc_channel_get_target(grpc_channel *channel);
GRPCAPI
grpc_channel
*
grpc_insecure_channel_create
(
const
char
*
target
,
const
grpc_channel_args
*
args
,
void
*
reserved
);
/** Create a client channel to 'target' using file descriptor 'fd'. The 'target'
argument will be used to indicate the name for this channel. See the comment
for grpc_insecure_channel_create for description of 'args' argument. */
GRPCAPI
grpc_channel
*
grpc_insecure_channel_create_from_fd
(
const
char
*
target
,
int
fd
,
const
grpc_channel_args
*
args
);
/** Create a lame client: this client fails every operation attempted on it. */
GRPCAPI
grpc_channel
*
grpc_lame_client_channel_create
(
const
char
*
target
,
grpc_status_code
error_code
,
const
char
*
error_message
);
...
...
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
register
or
sign in
to comment