opts_init
struct tcplay_opts *opts_init(void);
if ((task->opts = opts_init()) == NULL) {
if ((opts = opts_init()) == NULL) {