summaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2017-10-02 12:26:28 +0000
committerArne Juul <arnej@yahoo-inc.com>2017-10-05 06:25:32 +0000
commit14b32518dc6b04c791b6aca7adf873d31873de1c (patch)
treee477b1b7ad066f95e8172dc58dbb216117ce9561 /logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
parentdee4a9914b6928c1712058a162d7d4a133cd57c0 (diff)
add C++ application logforwarder-start
Diffstat (limited to 'logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h')
-rw-r--r--logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h b/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
new file mode 100644
index 00000000000..905f37103ec
--- /dev/null
+++ b/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
@@ -0,0 +1,8 @@
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+class SigCatch
+{
+public:
+ SigCatch();
+ bool receivedStopSignal();
+};