X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Funit.h;h=ed4df182469e2782b59e918dc85c723efb4bb6c7;hp=8a62787b3824e4dce3ad1293b0b8664872e8ec9a;hb=6c12b52e19640747e96f89d85422941a23dc6b29;hpb=a00963a2e4e98c0e4ef477b63b70c5e71d65fdc1 diff --git a/src/core/unit.h b/src/core/unit.h index 8a62787b3..ed4df1824 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -280,6 +280,7 @@ typedef enum UnitSetPropertiesMode { #include "swap.h" #include "path.h" #include "slice.h" +#include "scope.h" struct UnitVTable { /* How much memory does an object of this unit type need */ @@ -462,6 +463,7 @@ DEFINE_CAST(SNAPSHOT, Snapshot); DEFINE_CAST(SWAP, Swap); DEFINE_CAST(PATH, Path); DEFINE_CAST(SLICE, Slice); +DEFINE_CAST(SCOPE, Scope); Unit *unit_new(Manager *m, size_t size); void unit_free(Unit *u);