summaryrefslogtreecommitdiff
path: root/src/core/dbus-cgroup.h
blob: 72f135d29c7b82db0911d4906805503e7def52dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2013 Lennart Poettering
***/

#include "sd-bus.h"
#include "sd-bus-vtable.h"

#include "unit.h"
#include "cgroup.h"

extern const sd_bus_vtable bus_cgroup_vtable[];

int bus_cgroup_set_property(Unit *u, CGroupContext *c, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);