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

Optimization 4427 v2 #6057

Closed
wants to merge 6 commits into from
Closed

Commits on Apr 14, 2021

  1. ippair/storage: use dedicated 'id' type

    - Wrap the id in a new IPPairStorageId struct, to avoid id
    confusion with other storage API calls.
    - Formatting fixes by clang.
    jufajardini committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8aba2ff View commit details
    Browse the repository at this point in the history
  2. host/storage: use dedicated 'id' type

    - Wrap the id in a HostStorageId struct to avoid id confusion
    with other storage API calls.
    - Fix formatting with clang script.
    jufajardini committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    34f69f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e6456d View commit details
    Browse the repository at this point in the history
  4. device/storage: use dedicated 'id' type

    - Wrap the id in a new LiveDevStorageId struct, to avoid id
     confusion with other storage API calls.
    - Formatting fixes by clang.
    jufajardini committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4677abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7106edc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f21b8c View commit details
    Browse the repository at this point in the history