Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C++ filter API header. #8307

Merged
merged 2 commits into from
Oct 7, 2016
Merged

Fix C++ filter API header. #8307

merged 2 commits into from
Oct 7, 2016

Conversation

markdroth
Copy link
Member

This fixes the following build problem:

.../grpc/src/core/lib/security/context/security_context.h:105:3: error: typedef redefinition with different types ('struct grpc_client_security_context' vs 'grpc_client_security_context')
} grpc_client_security_context;
  ^
.../grpc/src/cpp/common/channel_filter.h:59:8: note: previous definition is here
struct grpc_client_security_context;

@markdroth markdroth assigned yang-g and unassigned dgquintas Oct 6, 2016
@markdroth markdroth merged commit e5c744d into grpc:master Oct 7, 2016
@markdroth markdroth deleted the header_fix branch October 7, 2016 14:16
@lock lock bot locked as resolved and limited conversation to collaborators Jan 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants