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

raj at netperf.org raj at netperf.org
Wed Apr 12 13:23:50 PDT 2006


Author: raj
Date: 2006-04-12 13:23:49 -0700 (Wed, 12 Apr 2006)
New Revision: 149

Modified:
   branches/glib_migration/src/netsysstats_windows.c
Log:
Clean Windows compile, not tested

Modified: branches/glib_migration/src/netsysstats_windows.c
===================================================================
--- branches/glib_migration/src/netsysstats_windows.c	2006-04-12 20:21:15 UTC (rev 148)
+++ branches/glib_migration/src/netsysstats_windows.c	2006-04-12 20:23:49 UTC (rev 149)
@@ -154,7 +154,7 @@
   /* this should result in the CPU util being forever reported as
      100% */
 
-  status = NtQuerySystemInformation(SystemProcessorPerformanceInformation,
+  status = (psd->NtQuerySystemInformation)(SystemProcessorPerformanceInformation,
 				    (PCHAR)psd->counters,
 				    sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION) *
 				    tsd->num_cpus,



More information about the netperf-dev mailing list