Skip to content

Commit

Permalink
Merge branch 'helper_thread-fix-missing-stdbool-header' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/dpronin/fio

* 'helper_thread-fix-missing-stdbool-header' of https://github.com/dpronin/fio:
  helper_thread.h: forwardly declare structures fio_sem and sk_out
  helper_thread.h: include missing stdbool.h because 'bool' type is used
  • Loading branch information
axboe committed Jul 27, 2023
2 parents 29ba260 + 5bf944a commit 45eb1cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helper_thread.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#ifndef FIO_HELPER_THREAD_H
#define FIO_HELPER_THREAD_H

#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 45eb1cf

Please sign in to comment.