summaryrefslogtreecommitdiffstats
path: root/src/exporter/web_server.h
diff options
context:
space:
mode:
authorJuan Miguel Olmo Martínez <jolmomar@redhat.com>2024-10-25 14:57:44 +0200
committerJuan Miguel Olmo Martínez <jolmomar@redhat.com>2024-11-15 14:35:56 +0100
commit6e0324f26b25eba333feb4684c05b26391f2a24a (patch)
tree6bdadaeb9a76b9fe71d5e11afe2d4de1640fd3f4 /src/exporter/web_server.h
parentMerge pull request #60433 from indirasawant/doc_fix_1 (diff)
downloadceph-6e0324f26b25eba333feb4684c05b26391f2a24a.tar.xz
ceph-6e0324f26b25eba333feb4684c05b26391f2a24a.zip
exporter: SIGTERM/SIGINT/SIGHUP management
Ceph exporter manages SIGINT, SIGTERM and SIGHUP signals Fixes: https://tracker.ceph.com/issues/68721 Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Diffstat (limited to 'src/exporter/web_server.h')
-rw-r--r--src/exporter/web_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exporter/web_server.h b/src/exporter/web_server.h
index c3339a8d43a..c6d4c54eca4 100644
--- a/src/exporter/web_server.h
+++ b/src/exporter/web_server.h
@@ -3,3 +3,4 @@
#include <string>
void web_server_thread_entrypoint();
+void stop_web_server();