--- libaitrpc/src/srv.c 2012/11/19 15:54:47 1.12.2.9 +++ libaitrpc/src/srv.c 2012/11/19 21:35:43 1.12.2.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.12.2.9 2012/11/19 15:54:47 misho Exp $ +* $Id: srv.c,v 1.12.2.11 2012/11/19 21:35:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -71,12 +71,8 @@ inline void rpc_freeCli(rpc_cli_t * __restrict c) { rpc_srv_t *s = c->cli_parent; - ait_val_t v; - printf("_t_1=%p t_e=%p so=%d c=%p %s:%hu\n", s->srv_root->root_timer.tqh_first, *s->srv_root->root_timer.tqh_last, c->cli_sock, c, io_n2addr(&c->cli_sa, &v), io_n2port(&c->cli_sa)); -AIT_FREE_VAL(&v); schedCancelby(s->srv_root, taskMAX, CRITERIA_ARG, c, NULL); - printf("+t_1=%p t_e=%p so=%d c=%p\n", s->srv_root->root_timer.tqh_first, *s->srv_root->root_timer.tqh_last, c->cli_sock, c); /* free buffer */ AIT_FREE_VAL(&c->cli_buf);