Change td_var() to take void* for the first arg
authorTomohiro Kusumi <tkusumi@tuxera.com>
Wed, 18 Jan 2017 17:38:27 +0000 (02:38 +0900)
committerJens Axboe <axboe@fb.com>
Thu, 19 Jan 2017 23:09:52 +0000 (16:09 -0700)
commitd4dbd376854bbbd90042216e27290aedbb73f405
tree011c33cf8144f5659aa33c41a91aaaa82780d22d
parent53b5693d04b0de440ce3eb1fa22834ef46d0a4e3
Change td_var() to take void* for the first arg

Callers don't always pass thread_options* to td_var(),
nor is it dependent on a certain structure type,
so just take void* without pointless cast.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
parse.h