Update copyright date
[src/app-framework-binder.git] / src / sig-monitor.c
index 15fe260..4bb69fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 "IoT.bzh"
+ * Copyright (C) 2017-2019 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -299,3 +299,8 @@ void sig_monitor(int timeout, void (*function)(int sig, void*), void *arg)
        else
                function(0, arg);
 }
+
+void sig_monitor_dumpstack()
+{
+       return dumpstack(1, 0);
+}