diff -r 42aedce3e2eb -r 873796250c60 src/transport_test.c --- a/src/transport_test.c Fri May 08 02:51:20 2009 +0300 +++ b/src/transport_test.c Sun May 10 23:37:43 2009 +0300 @@ -352,6 +352,11 @@ buf->write_vec = buf->vecs; } +void transport_test_async_error (struct transport_test *tp, const error_t *err) +{ + transport_error(&tp->base, err); +} + void transport_test_destroy (struct transport_test *tp) { // free the buffers