Home
last modified time | relevance | path

Searched defs:UnitFileChange (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dinstall.h10 typedef struct UnitFileChange UnitFileChange; typedef
54 struct UnitFileChange { struct
60 static inline bool unit_file_changes_have_modification(const UnitFileChange* changes, size_t n_chan… in unit_file_changes_have_modification() argument
/systemd-251/test/
Dtest-exec-deserialization.py18 class UnitFileChange(Enum): class