aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig-monitor.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-01-06 10:34:12 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-01-16 22:32:25 +0100
commite9c6530ee21bb3345741044e8bf87fc6a73252e9 (patch)
treeb0f5e5991c0a9808db885faa9fc8768ee9ab22ce /src/sig-monitor.h
parentbb5dd7af3cb715e707f367ee7fd462de12c84f8e (diff)
jobs: Refactor event loop handling
This improves the arbitration of the single event loop across threads. Before introduction of using 'evenfd' there was several event loop. At the current time, there is only one. At the end, there will probably remain only one. Bug-AGL: SPEC-2089 Change-Id: Iac9db7cbe15b4c9c76e6e9a8f6e641ed2a9039e0 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/sig-monitor.h')
-rw-r--r--src/sig-monitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sig-monitor.h b/src/sig-monitor.h
index 5fdac167..03c8ec49 100644
--- a/src/sig-monitor.h
+++ b/src/sig-monitor.h
@@ -25,3 +25,5 @@ extern int sig_monitor_enable();
extern void sig_monitor(int timeout, void (*function)(int sig, void*), void *arg);
+extern void sig_monitor_dumpstack();
+