From: Ian W. <del...@us...> - 2005-05-09 00:54:20
|
Update of /cvsroot/ipbench/ipbench2/src/pymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4384/src/pymod Modified Files: ipbench.c Log Message: small debugging changes Index: ipbench.c =================================================================== RCS file: /cvsroot/ipbench/ipbench2/src/pymod/ipbench.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ipbench.c 5 May 2005 02:47:04 -0000 1.13 --- ipbench.c 9 May 2005 00:54:10 -0000 1.14 *************** *** 1,4 **** ! /* Wrappers for ipbench API ! * Ian Wienand <ia...@ge...> * (C) 2004 * Released under the GPL --- 1,4 ---- ! /* Wrappers for ipbench API ! * Ian Wienand <ia...@ge...> * (C) 2004 * Released under the GPL *************** *** 150,154 **** ret = ipbench_plugin->setup(hostname, port, clientargs); ! if (ret == -1) return ipbench_error(ipbench_RuntimeError, "Setup failed"); --- 150,154 ---- ret = ipbench_plugin->setup(hostname, port, clientargs); ! if (ret == -1) return ipbench_error(ipbench_RuntimeError, "Setup failed"); |