[netperf-dev] netperf2 commit notice r217 - trunk/src

raj at netperf.org raj at netperf.org
Mon Feb 4 18:15:24 PST 2008


Author: raj
Date: 2008-02-04 18:15:23 -0800 (Mon, 04 Feb 2008)
New Revision: 217

Modified:
   trunk/src/nettest_omni.c
Log:
small tweak to make an older HPUX compiler happy

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2008-02-05 00:38:04 UTC (rev 216)
+++ trunk/src/nettest_omni.c	2008-02-05 02:15:23 UTC (rev 217)
@@ -2755,7 +2755,7 @@
 int
 recv_data(SOCKET data_socket, struct ring_elt *recv_ring, uint32_t bytes_to_recv, struct sockaddr *source, int *sourcelen, uint32_t flags, uint32_t *num_receives) {
 
-  void * temp_message_ptr;
+  char *temp_message_ptr;
   int bytes_left;
   int bytes_recvd;
   int my_recvs;



More information about the netperf-dev mailing list