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

Mark Tag's inner data as pub #843

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

tverghis
Copy link
Contributor

@tverghis tverghis commented Jul 7, 2024

This data was previously accessible, but was maybe inadvertently made private when be857ed landed. This patch makes the data accessible again by marking Tags inner field as pub.

Closes #842

This data was previously accessible, but was maybe inadvertently made
private when be857ed landed. This patch makes the data accessible again
by marking `Tag`s inner field as `pub`.
@tverghis tverghis changed the title Mark Tags inner data as pub Mark Tag's inner data as pub Jul 7, 2024
@d-e-s-o
Copy link
Collaborator

d-e-s-o commented Jul 8, 2024

Definitely an oversight. Thanks for the fix!

@d-e-s-o d-e-s-o merged commit 9e34a36 into libbpf:master Jul 8, 2024
12 checks passed
d-e-s-o added a commit to d-e-s-o/libbpf-rs that referenced this pull request Jul 8, 2024
Add a CHANGELOG entry for pull request libbpf#843, which made the inner
contents of query::Tag publicly accessible.

Signed-off-by: Daniel Müller <deso@posteo.net>
d-e-s-o added a commit that referenced this pull request Jul 8, 2024
Add a CHANGELOG entry for pull request #843, which made the inner
contents of query::Tag publicly accessible.

Signed-off-by: Daniel Müller <deso@posteo.net>
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.

Accessing tag data
2 participants