blob: e2f92746556c8da3cb8c5af8f45801cd9fd3a10a [file] [log] [blame]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include "unit.h"
typedef struct Slice Slice;
struct Slice {
Unit meta;
SliceState state, deserialized_state;
CGroupContext cgroup_context;
};
extern const UnitVTable slice_vtable;
DEFINE_CAST(SLICE, Slice);