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

pcap: use C.struct, not _Ctype_struct #589

Merged
merged 1 commit into from
Jan 4, 2019
Merged

pcap: use C.struct, not _Ctype_struct #589

merged 1 commit into from
Jan 4, 2019

Conversation

ianlancetaylor
Copy link
Contributor

The future Go 1.12 version of the cgo tool will issue an error for Go
code that uses names like _Ctype_struct_S, as that is in the namespace
that cgo uses for its own generated code. Change this code to use the
supported form C.struct_S, so that it builds with the future 1.12.

The future Go 1.12 version of the cgo tool will issue an error for Go
code that uses names like _Ctype_struct_S, as that is in the namespace
that cgo uses for its own generated code. Change this code to use the
supported form C.struct_S, so that it builds with the future 1.12.
@notti notti merged commit 4f3a45e into google:master Jan 4, 2019
@notti
Copy link
Collaborator

notti commented Jan 4, 2019

Looks good. Thanks

@gconnell
Copy link
Collaborator

gconnell commented Jan 4, 2019

Thanks, Ian :)

@mkumatag
Copy link

mkumatag commented Feb 1, 2019

@notti when can I expect this in the release? is there any plan for a new release nearby?

@gconnell
Copy link
Collaborator

gconnell commented Feb 1, 2019

I'm super bad at releases, so they tend to be on-request.

@mkumatag happy to mark HEAD as a release, if you'd like.
@notti always feel free to create a new release, if you'd like.

@notti
Copy link
Collaborator

notti commented Feb 1, 2019

@gconnel Was just about to ask that :)
Well the only thing I wanted to wait for was for feedback for the unix/windows split in pcap - but looks like the fallout is over (had two bug reports, which I resolved) - so I'll make a new release a bit later in the evening.

@notti
Copy link
Collaborator

notti commented Feb 1, 2019

@mkumatag Just tagged a new release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants