[netperf-dev] netperf4 commit notice r86 - branches/glib_migration/src

raj at netperf.org raj at netperf.org
Fri Mar 17 16:58:52 PST 2006


Author: raj
Date: 2006-03-17 16:58:51 -0800 (Fri, 17 Mar 2006)
New Revision: 86

Modified:
   branches/glib_migration/src/netlib.h
Log:
A slight change to placate the MS DDK compiler.


Modified: branches/glib_migration/src/netlib.h
===================================================================
--- branches/glib_migration/src/netlib.h	2006-03-18 00:48:23 UTC (rev 85)
+++ branches/glib_migration/src/netlib.h	2006-03-18 00:58:51 UTC (rev 86)
@@ -136,7 +136,7 @@
   gboolean have_header;
   gint32  bytes_received;
   gint32  bytes_remaining;
-  gpointer buffer;
+  gchar   *buffer;
 } message_state_t;
 
 extern void netlib_init();



More information about the netperf-dev mailing list