aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/linux/handler/exception_handler.h')
-rw-r--r--src/client/linux/handler/exception_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/linux/handler/exception_handler.h b/src/client/linux/handler/exception_handler.h
index c339b7dd..f66b8270 100644
--- a/src/client/linux/handler/exception_handler.h
+++ b/src/client/linux/handler/exception_handler.h
@@ -193,6 +193,8 @@ class ExceptionHandler {
size_t mapping_size,
size_t file_offset);
+ // Force signal handling for the specified signal.
+ bool SimulateSignalDelivery(int sig);
private:
bool InstallHandlers();
void UninstallHandlers();