Add fio_socklen_t
[fio.git] / os / os-hpux.h
index 43098ad72d86fcc40d6d8c2860d7fa62722d3b6d..93240b364bfb528a6d2198e472291a9bca022360 100644 (file)
@@ -55,6 +55,9 @@
 #define FIO_OS_HAVE_AIOCB_TYPEDEF
 typedef struct aiocb64 os_aiocb_t;
 
+#define FIO_OS_HAVE_SOCKLEN_T
+typedef int fio_socklen_t;
+
 static inline int blockdev_invalidate_cache(struct fio_file *f)
 {
        return EINVAL;