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
8a67d39a
Commit
8a67d39a
authored
9 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Integration compile fix
parent
753b3cbb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/core/end2end/fixtures/chttp2_fullstack_uds_posix_with_poll.c
+1
-1
1 addition, 1 deletion
...e/end2end/fixtures/chttp2_fullstack_uds_posix_with_poll.c
with
1 addition
and
1 deletion
test/core/end2end/fixtures/chttp2_fullstack_uds_posix_with_poll.c
+
1
−
1
View file @
8a67d39a
...
@@ -78,7 +78,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack(
...
@@ -78,7 +78,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack(
void
chttp2_init_client_fullstack
(
grpc_end2end_test_fixture
*
f
,
void
chttp2_init_client_fullstack
(
grpc_end2end_test_fixture
*
f
,
grpc_channel_args
*
client_args
)
{
grpc_channel_args
*
client_args
)
{
fullstack_fixture_data
*
ffd
=
f
->
fixture_data
;
fullstack_fixture_data
*
ffd
=
f
->
fixture_data
;
f
->
client
=
grpc_channel_create
(
ffd
->
localaddr
,
client_args
);
f
->
client
=
grpc_
insecure_
channel_create
(
ffd
->
localaddr
,
client_args
);
}
}
void
chttp2_init_server_fullstack
(
grpc_end2end_test_fixture
*
f
,
void
chttp2_init_server_fullstack
(
grpc_end2end_test_fixture
*
f
,
...
...
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