X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=3c998173907fc6d55f045333d1e49da07c55432d;hb=39c2a6f19301c0042142149fdaa34a5f8cf71c0e;hp=6893b689a925b51b583c1c7198e8031411103ad5;hpb=a43757462acaffa902417a9876486763d0b7ed58;p=elogind.git diff --git a/src/unit.h b/src/unit.h index 6893b689a..3c9981739 100644 --- a/src/unit.h +++ b/src/unit.h @@ -263,6 +263,10 @@ union Unit { struct UnitVTable { const char *suffix; + /* Config file sections this unit type understands, separated + * by NUL chars */ + const char *sections; + /* This should reset all type-specific variables. This should * not allocate memory, and is called with zero-initialized * data. It should hence only initialize variables that need