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

aya: MapData::fd is non-optional #758

Merged
merged 2 commits into from
Aug 17, 2023
Merged

aya: MapData::fd is non-optional #758

merged 2 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. aya: MapData::fd is non-optional

    The primary driver of change here is that `MapData::create` is now a
    factory function that returns `Result<Self, _>` rather than mutating
    `&mut self`. The remaining changes are consequences of that change, the
    most notable of which is the removal of several errors which are no
    longer possible.
    tamird committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    89bc255 View commit details
    Browse the repository at this point in the history
  2. maps: BloomFilter::insert takes &mut self

    This is consistent with all the other maps.
    tamird committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a31544b View commit details
    Browse the repository at this point in the history