blob: 4678c085c39c2147d9475bc6aa83bd1d1e6e818d [file] [log] [blame] [raw]
/* SPDX-License-Identifier: LGPL-2.1+ */
#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);