Searched defs:UnitFileChangeType (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dinstall.h25 typedef enum UnitFileChangeType UnitFileChangeType; typedef in typeref:enum:UnitFileChangeType
70 enum UnitFileChangeType { enum
78 UnitFileChangeType type;
144 int unit_file_changes_add(UnitFileChange **changes, unsigned *n_changes, UnitFileChangeType type, const char *path, const char *source);
152 const char *unit_file_change_type_to_string(UnitFileChangeType s) _const_;
153 UnitFileChangeType unit_file_change_type_from_string(const char *s) _pure_;

Completed in 10 milliseconds