summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze-verify.h
diff options
context:
space:
mode:
authorMaanya Goenka <t-magoenka@microsoft.com>2021-08-04 21:00:31 +0200
committerMaanya Goenka <t-magoenka@microsoft.com>2021-08-10 19:14:12 +0200
commited80366139531e196e6582ab325f1c54efa2b384 (patch)
tree2817add48487286bf67680fa638b8e9ddc4c5912 /src/analyze/analyze-verify.h
parentpath-util: teach find_executable_full how to look into the root directory (diff)
downloadsystemd-ed80366139531e196e6582ab325f1c54efa2b384.tar.xz
systemd-ed80366139531e196e6582ab325f1c54efa2b384.zip
systemd-analyze: add root to find and verify executable
Diffstat (limited to 'src/analyze/analyze-verify.h')
-rw-r--r--src/analyze/analyze-verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-verify.h b/src/analyze/analyze-verify.h
index b547ca6b8d..6b3d6a5ab5 100644
--- a/src/analyze/analyze-verify.h
+++ b/src/analyze/analyze-verify.h
@@ -6,5 +6,5 @@
#include "execute.h"
#include "path-lookup.h"
-int verify_executable(Unit *u, const ExecCommand *exec);
+int verify_executable(Unit *u, const ExecCommand *exec, const char *root);
int verify_units(char **filenames, UnitFileScope scope, bool check_man, bool run_generators, const char *root);