summaryrefslogtreecommitdiff
path: root/src/timer.h
Commit message (Collapse)AuthorAge
* timer: convert failure bool into enumLennart Poettering2012-02-03
|
* unit: remove union UnitMichal Schmidt2012-01-16
| | | | | | | | | | Now that objects of all unit types are allocated the exact amount of memory they need, the Unit union has lost its purpose. Remove it. "Unit" is a more natural name for the base unit class than "Meta", so rename Meta to Unit. Access to members of the base class gets simplified.
* unit: properly update references to units which are mergedLennart Poettering2012-01-06
| | | | | | | | | | | When we merge units that some kind of object points to, those pointers might become invalidated, and needs to be updated. Introduce a UnitRef struct which links up all the unit references, to ensure corrected references. At the same time, drop configured_sockets in the Service object, and replace it by proper UNIT_TRIGGERS resp. UNIT_TRIGGERED_BY dependencies, which allow us to simplify a lot of code.
* manager: add missing second part of s/maintenance/failed/Matthew Miller2010-08-31
|
* emacs: disable tabs in .h files, tooLennart Poettering2010-08-17
|
* pahole: rearrange structs to make them smallerLennart Poettering2010-08-11
|
* typo: the correct spelling is maintenance not maintainanceLennart Poettering2010-06-16
|
* path: add .path unit type for monitoring filesLennart Poettering2010-05-24
|
* timer: fully implement timer unitsLennart Poettering2010-05-24
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-16