struct tapi_fio
Overview
FIO tool context More…
#include <tapi_fio.h> struct tapi_fio { // fields tapi_fio_app app; const tapi_fio_methods* methods; // methods LIST_ENTRY(tapi_fio); };
Detailed Documentation
FIO tool context
Fields
tapi_fio_app app
Tool context
const tapi_fio_methods* methods
Methods to operate FIO
Methods
LIST_ENTRY(tapi_fio)
A way to put FIO into lists