|
From: Peter C. <pc...@us...> - 2014-02-10 00:40:46
|
Update of /cvsroot/ipbench/ipbench2/src/pymod In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25220/src/pymod Modified Files: ipbench.c Log Message: Update to compile against Wheezy Index: ipbench.c =================================================================== RCS file: /cvsroot/ipbench/ipbench2/src/pymod/ipbench.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ipbench.c 28 Aug 2006 01:35:23 -0000 1.15 --- ipbench.c 10 Feb 2014 00:40:44 -0000 1.16 *************** *** 28,33 **** --- 28,35 ---- #endif + #ifdef IPBENCH_TEST_CLIENT /* number of clients */ static int nclients; + #endif /* number of seconds between start() and stop() timestamping */ static double run_secs; |