On Wed, 12 Feb 2014 21:13:14 -0700, Jens Axboe wrote: > On 2014-02-12 12:13, Daniel Gollub wrote: > > In first place to have a simple test candidate for external > > ioengines using get_ioengine() method for retriving the > > io_engine struct. > > > > Can be compiled with: > > > > g++ -O2 -g -shared -rdynamic -fPIC -o null.so null.c > > -DFIO_EXTERNAL_ENGINE > > I'm assuming this is just an example of how you'd build your external > engine? Look OK to me with that in mind. > Yes it is. I although thought about integrating the build (of the null C++/external variant) as kind of a build/compile test (not by default) so we can spot changes on fio.h (or headers which are included by fio.h) which break builds for external C++ based ioengines. Something like ./configure --example-external-ioengines which would also build skeleton_external (plain C) and cpp_null.so (if g++ is available). -- Daniel Gollub -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html