From 40c046fb04e8dfaf50c75a291105a8558b9aae11 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 13 Apr 2019 00:47:00 +0200 Subject: Enable prefetching backtace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index a2be394..1975522 100644 --- a/internal.h +++ b/internal.h @@ -21,5 +21,8 @@ struct liberror_backtrace { }; +extern _Thread_local struct liberror_backtrace *liberror_saved_backtrace; + + void liberror_print_backtrace(struct liberror_error *, FILE *, const char *); int liberror_save_backtrace(struct liberror_error *); -- cgit v1.2.3-70-g09d2