]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/bus-unit-procs.h
json: add helpers for dealing with id128 + strv
[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);