Skip to content

Commit

Permalink
helper_thread.h: forwardly declare structures fio_sem and sk_out
Browse files Browse the repository at this point in the history
helper_thread_create() function requires two structures to be declared

Signed-off-by: Denis Pronin <dannftk@yandex.ru>
  • Loading branch information
dpronin committed Jul 27, 2023
1 parent 6c3fff1 commit 56644b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helper_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

#include <stdbool.h>

struct fio_sem;
struct sk_out;

extern void helper_reset(void);
extern void helper_do_stat(void);
extern bool helper_should_exit(void);
Expand Down

0 comments on commit 56644b0

Please sign in to comment.