aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig-monitor.h
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-01-18 18:28:56 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-01-18 18:28:56 +0000
commit77bf8a30c07a4ab5690337ed362dae4414e590fb (patch)
tree253c2429541ce9cd2532602f96bea368355cdeb4 /src/sig-monitor.h
parenta4bb03e57aa2f8b71840ec384356f6c283989d73 (diff)
parent194031d38a246e1aec441cb6acaaf6915c07b59b (diff)
Merge changes from topic 'spec-2089'guppy_6.99.4guppy/6.99.46.99.4
* changes: hello3: Fix warning unused variable afb-hsrv: Avoid call to getnameinfo jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT jobs: Separate internal threads from others jobs: Refactor event loop handling afb-proto-ws: Serialize incoming message
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();
+