diff options
Diffstat (limited to 'tests/nbody-java/hysock.h')
-rw-r--r-- | tests/nbody-java/hysock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nbody-java/hysock.h b/tests/nbody-java/hysock.h index 4e41c9fa..14b0d916 100644 --- a/tests/nbody-java/hysock.h +++ b/tests/nbody-java/hysock.h @@ -226,7 +226,7 @@ typedef struct hylinger_struct } hylinger_struct; typedef struct hyipmreq_struct { - OSIPMREQ addrpair; + int addrpair; } hyipmreq_struct; #define GET_HOST_BUFFER_SIZE 512 /* The gethostBuffer is allocated bufferSize + EXTRA_SPACE, while gethostby*_r is only aware of bufferSize |