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

raj at netperf.org raj at netperf.org
Wed Apr 5 10:00:09 PDT 2006


Author: raj
Date: 2006-04-05 10:00:08 -0700 (Wed, 05 Apr 2006)
New Revision: 129

Modified:
   branches/glib_migration/src/netperf.h
Log:
Fix a bug with defines


Modified: branches/glib_migration/src/netperf.h
===================================================================
--- branches/glib_migration/src/netperf.h	2006-04-05 16:56:06 UTC (rev 128)
+++ branches/glib_migration/src/netperf.h	2006-04-05 17:00:08 UTC (rev 129)
@@ -101,7 +101,7 @@
 #define getpid() ((int)GetCurrentProcessId())
 #define __func__ __FUNCTION__
 #define PATH_MAX MAXPATHLEN
-#define gettimeofday(a,b) g_gettimeofday(a,b)
+#define gettimeofday(a,b) g_get_current_time(a)
 #else
 #define INVALID_SOCKET -1
 #define SOCKET_ERROR -1



More information about the netperf-dev mailing list