summaryrefslogtreecommitdiff
path: root/src/snapshot.h
AgeCommit message (Collapse)Author
2012-01-16unit: remove union UnitMichal Schmidt
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.
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-01snapshot: ensure that snapshots cannot be created unless with create_snapshotLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering