]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/bus-unit-procs.h
1cb5ca6271eb73b55c840df04af9093dfef371ab
[thirdparty/systemd.git] / src / shared / bus-unit-procs.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "sd-bus.h"
5
6 #include "output-mode.h"
7
8 int unit_show_processes(sd_bus *bus, const char *unit, const char *cgroup_path, const char *prefix, unsigned n_columns, OutputFlags flags, sd_bus_error *error);