[netperf-dev] netperf4 commit notice r163 -
branches/glib_migration/src
raj at netperf.org
raj at netperf.org
Mon Apr 17 18:05:48 PDT 2006
Author: raj
Date: 2006-04-17 18:05:47 -0700 (Mon, 17 Apr 2006)
New Revision: 163
Modified:
branches/glib_migration/src/netperf.h
Log:
Define PRId64 for Windows
Modified: branches/glib_migration/src/netperf.h
===================================================================
--- branches/glib_migration/src/netperf.h 2006-04-18 00:29:17 UTC (rev 162)
+++ branches/glib_migration/src/netperf.h 2006-04-18 01:05:47 UTC (rev 163)
@@ -106,6 +106,7 @@
#ifndef PRIu64
# define PRIx64 "I64x"
# define PRIu64 "I64u"
+# define PRId64 "I64d"
#endif
#else
#define INVALID_SOCKET -1
More information about the netperf-dev
mailing list