|
|
| version 1.12.2.9, 2012/11/19 15:54:47 | version 1.12.2.11, 2012/11/19 21:35:43 |
|---|---|
| Line 71 inline void | Line 71 inline void |
| rpc_freeCli(rpc_cli_t * __restrict c) | rpc_freeCli(rpc_cli_t * __restrict c) |
| { | { |
| rpc_srv_t *s = c->cli_parent; | 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); | 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 */ | /* free buffer */ |
| AIT_FREE_VAL(&c->cli_buf); | AIT_FREE_VAL(&c->cli_buf); |