Update of /cvsroot/ipbench/ipbench2/src/tests/nfs_latency/libnfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv451/src/tests/nfs_latency/libnfs
Modified Files:
rpc.c
Log Message:
remove extraneous printfs
Index: rpc.c
===================================================================
RCS file: /cvsroot/ipbench/ipbench2/src/tests/nfs_latency/libnfs/rpc.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rpc.c 15 Aug 2005 06:56:23 -0000 1.4
--- rpc.c 18 Aug 2005 07:03:32 -0000 1.5
***************
*** 56,61 ****
assert(pbuf && pbuf->pos >=0 && pbuf->pos <= PBUF_SIZE);
- printf("rpc_send() called\n");
-
/* we always add the callback */
/* anything after here is just packet loss */
--- 56,59 ----
***************
*** 90,95 ****
struct callback c;
- printf("rpc_recv() called\n");
-
if(timeout!=0){
int r;
--- 88,91 ----
***************
*** 106,110 ****
/* receive new packet */
- //printf("receiving:\n");
x = recv(fd, pbuf->buf, PBUF_SIZE, 0);
switch(x){
--- 102,105 ----
|