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

raj at netperf.org raj at netperf.org
Fri Mar 7 15:46:05 PST 2008


Author: raj
Date: 2008-03-07 15:46:04 -0800 (Fri, 07 Mar 2008)
New Revision: 251

Modified:
   trunk/src/netsys_hpux11i.c
Log:
ux fixes

Modified: trunk/src/netsys_hpux11i.c
===================================================================
--- trunk/src/netsys_hpux11i.c	2008-03-07 23:35:30 UTC (rev 250)
+++ trunk/src/netsys_hpux11i.c	2008-03-07 23:46:04 UTC (rev 251)
@@ -6,7 +6,7 @@
 /* tusc can be a very useful thing... */
 
 #ifndef _SI_MACHINE_MODEL
-#define _SI_MACHING_MODEL 5
+#define _SI_MACHINE_MODEL 5
 #endif
 
 extern int sysinfo(int info, char *buffer, int len);
@@ -16,7 +16,7 @@
 find_system_info(char **system_model, char **cpu_model, int *cpu_frequency) {
   char model_str[64];
   int  ret;
-
+  printf("calling find_system_info\n");
   struct pst_processor processor_info;
 
   /* first the system model name */
@@ -45,7 +45,7 @@
 #endif 
   }
   else
-    *cpu_frquency = -1;
+    *cpu_frequency = -1;
 
   *cpu_model = strdup("Unknown CPU Model");
 }



More information about the netperf-dev mailing list