summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/logctl.h
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-07 13:49:39 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-08 12:08:11 +0000
commitb63e8fcf5afcc0cc00ee07f2155c62d318849258 (patch)
tree9d2ce1dc6a8eb59eb1fa4242c53b0cfec5672228 /configd/src/apps/sentinel/logctl.h
parent99b1c7795757d0f337d319bfa8f559382692665d (diff)
add logctl override
Diffstat (limited to 'configd/src/apps/sentinel/logctl.h')
-rw-r--r--configd/src/apps/sentinel/logctl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/configd/src/apps/sentinel/logctl.h b/configd/src/apps/sentinel/logctl.h
new file mode 100644
index 00000000000..7eb88bcd19c
--- /dev/null
+++ b/configd/src/apps/sentinel/logctl.h
@@ -0,0 +1,8 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
+
+namespace config::sentinel {
+
+void justRunLogctl(const char *cspec, const char *lspec);
+
+}