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

helper_thread.h: fix missing header and types forward declaration #1602

Merged
merged 2 commits into from
Jul 27, 2023

Commits on Jul 27, 2023

  1. helper_thread.h: include missing stdbool.h because 'bool' type is used

    missing headers should be included at the places where they are
    certainly used
    
    Signed-off-by: Denis Pronin <dannftk@yandex.ru>
    dpronin committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b290332 View commit details
    Browse the repository at this point in the history
  2. helper_thread.h: forwardly declare structures fio_sem and sk_out

    helper_thread_create() function requires two structures to be declared
    
    Signed-off-by: Denis Pronin <dannftk@yandex.ru>
    dpronin committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5bf944a View commit details
    Browse the repository at this point in the history