fio patch: Windows netio fixes
authorBruce Cran <bruce@cran.org.uk>
Wed, 10 Oct 2012 12:37:41 +0000 (13:37 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Oct 2012 14:18:43 +0000 (08:18 -0600)
commit3f457bea08a6bd60d99950c59c5432b8e78c69e2
tree53c17d08b2ee2d80d350ac182e5f307e268a795f
parentf5cc3d0ea8acf13c8e722da6c2d485889968d132
fio patch: Windows netio fixes

Jens,

I've attached a patch to fix netio on Windows:

Add call to WSAStartup() to engines\net.c.
Fix NULL dereference in poll().
Add inet_aton().

--
Bruce Cran

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/net.c
os/windows/posix.c