From 0f547edbd76814f7a8299f5e1647cd0816276ba8 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 23 Feb 2022 11:44:40 +0000 Subject: Add seperate error handlers in threads --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index 51cebfb..e56014b 100644 --- a/apl9.h +++ b/apl9.h @@ -237,6 +237,7 @@ struct ThreadData Mail *lastmail; int lasterror; Rune *lasterrormsg; + ErrorGuard *globalerrorguard; QLock lock; Rendez empty; }; -- cgit v1.2.3