[netperf-dev] netperf4 commit notice r106 - trunk/src
burger at netperf.org
burger at netperf.org
Mon Mar 27 20:29:07 PST 2006
Author: burger
Date: 2006-03-27 20:29:06 -0800 (Mon, 27 Mar 2006)
New Revision: 106
Modified:
trunk/src/netlib.c
Log:
Forgot to check in the last changes to netlib.c removing include of hist.h
amd fixing set_hist_attributes to deal with uint64_t for histogram counters.
Stephen Burger
Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c 2006-03-25 00:31:18 UTC (rev 105)
+++ trunk/src/netlib.c 2006-03-28 04:29:06 UTC (rev 106)
@@ -137,7 +137,6 @@
extern test_hash_t test_hash[TEST_HASH_BUCKETS];
extern tset_hash_t test_set_hash[TEST_SET_HASH_BUCKETS];
-#include "hist.h"
HIST
HIST_new(void){
@@ -258,7 +257,7 @@
static xmlAttrPtr
-set_hist_attribute(xmlNodePtr hist, char *name, int *row)
+set_hist_attribute(xmlNodePtr hist, char *name, uint64_t *row)
{
int i,j;
xmlAttrPtr ap = NULL;
More information about the netperf-dev
mailing list