blob: cf823fc62535a7158c6e5de0552dc2fb3bec67a1 [file] [log] [blame]
#ifndef FIO_OPTION_H
#define FIO_OPTION_H
#define FIO_MAX_OPTS 512
#include "parse.h"
#include "flist.h"
#define td_var_offset(var) ((size_t) &((struct thread_options *)0)->var)
int add_option(struct fio_option *);
void invalidate_profile_options(const char *);
extern char *exec_profile;
#endif