X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftap%2Ftap.c;h=b3782104fb2b63274f2a97f0f94fac87cb1b9db3;hp=bf8a276c7926a3cad99618cce1eaafbaf9d61582;hb=HEAD;hpb=cbca0212706dfc855085aa18feb7a4efcc779901 diff --git a/ccan/tap/tap.c b/ccan/tap/tap.c index bf8a276c..b3782104 100644 --- a/ccan/tap/tap.c +++ b/ccan/tap/tap.c @@ -43,6 +43,7 @@ static const char *todo_msg_fixed = "libtap malloc issue"; static int todo = 0; static int test_died = 0; static int test_pid; +void (*tap_fail_callback)(void) = NULL; /* Encapsulate the pthread code in a conditional. In the absence of libpthread the code does nothing.