Add fio_socklen_t
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 21:50:28 +0000 (23:50 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 21:51:48 +0000 (23:51 +0200)
commit5ba13ea6968cf2773f10d34376afe28ef81aeee5
tree1a7929945cf21282e7d33f51327bdb6c9f16f494
parent734f38cb03e03390cddfd2d31cdbbd3f3d7f9e7f
Add fio_socklen_t

HPUX decides to be different yet again, add an OS typedef
to handle this instead of ifdefs in the code.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/net.c
os/os-hpux.h
os/os.h
server.c