summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2022-02-23 11:44:40 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2022-02-23 11:44:40 +0000
commit0f547edbd76814f7a8299f5e1647cd0816276ba8 (patch)
tree52253bf26bb967e929a47109ac04775d098ea28f /apl9.h
parent40af1deff9db7b86532db6957ebdbc0aaff38db1 (diff)
Add seperate error handlers in threads
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
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;
};