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

loadavg: make cleanup of start_loadavg #612

Merged
merged 1 commit into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. loadavg: make cleanup of start_loadavg

    Cleanup start_loadavg code:
    - add a new external symbol load_daemon_v2 with the pthread_create-like signature
    - make hacky casts of pthread_t to int (and reverse) unnecessary for new API users
    
    Related to: lxc#610
    
    Signed-off-by: Alexander Mikhalitsyn <[email protected]>
    mihalicyn committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e053355 View commit details
    Browse the repository at this point in the history