diff options
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/bench.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/bench.h b/bench/bench.h index 6e31623..9496df9 100644 --- a/bench/bench.h +++ b/bench/bench.h @@ -6,6 +6,8 @@ #define FF_BENCH_MAX_MARKERS 32 +typedef struct ff_ctx ff_ctx; + typedef struct { const char *label; clock_t tick; |
