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

Move key_global into RemoteAllocator #608

Merged
merged 3 commits into from
Apr 26, 2023
Merged

Commits on Mar 28, 2023

  1. Move key_global into RemoteAllocator

    There was a mis-compilation in a Verona configuration that lead to
    two instances of key_global existing.  This change moves it inside
    a struct that seems to fix the issue.
    
    The rest of the changes are limiting the use of key_global as both
    RemoteCache and RemoteAllocator must use the same configuration,
    so there is no need to take the key_global as a parameter.
    mjp41 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a933e5a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Clangformat

    mjp41 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1f091a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. CR feedback.

    mjp41 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    711c15e View commit details
    Browse the repository at this point in the history