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

feat(core/shmem): move shared memory logic to dedicated source file #124

Merged
merged 1 commit into from
May 23, 2024

Commits on May 23, 2024

  1. feat(core/shmem): move shared memory logic to dedicated source file

    This patch relocates the initialization and shared memory access steps
    from the hardcoded settings in the existing IPC file to a generic
    shared memory file. Previously, the code assumed the existence of
    only one object working with the shared memory (ipc). With this update,
    the system is now prepared for future versions where multiple objects
    can be added and working with the shared memory.
    
    Signed-off-by: joaopeixoto13 <joaopeixotooficial@gmail.com>
    Signed-off-by: Jose Martins <josemartins90@gmail.com>
    joaopeixoto13 authored and josecm committed May 23, 2024
    Configuration menu
    Copy the full SHA
    18b24b7 View commit details
    Browse the repository at this point in the history