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

Make cgo happy in go1.6 #1

Closed
wants to merge 1 commit into from
Closed

Conversation

t3rm1n4l
Copy link
Contributor

The transient commit log is stored as protobuf messages. When keys and values
are accessed, it returns slices pointing to offsets into a protobuf internal structs.
cgo will not access pointers into a go struct having pointers.

Change-Id: I78e11a291b3bfd02817630f4c48f7f9e795c43c5

The transient commit log is stored as protobuf messages. When keys and values
are accessed, it returns slices pointing to offsets into a protobuf internal structs.
cgo will not access pointers into a go struct having pointers.

Change-Id: I78e11a291b3bfd02817630f4c48f7f9e795c43c5
@t3rm1n4l t3rm1n4l closed this Dec 22, 2015
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.

1 participant