summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/thin/dmeventd_thin.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-2/+0
| | | | | This headers were not resolving anything used for compiled .c files. Remove unused util.c file.
* Update debug messageZdenek Kabelac2012-03-231-1/+1
| | | | (compiled only with special debug define)
* Thin forgotten initialisation of pointer to NULLZdenek Kabelac2012-01-201-1/+1
| | | | Since the code may go in error path, set to defined NULL.
* Thin use consistentely metadataZdenek Kabelac2012-01-191-9/+9
| | | | | Do not shortcut to 'meta' and stay with 'metadata' Also matches kernel doc for dm API then.
* Thin use helper functionZdenek Kabelac2011-12-221-14/+17
| | | | | | Fix some minor outstading issue from thin plugin introduction - Call dmeventd_lvm2_exit() in failpath for registration. Add some missing '\n' in syslog messages.
* Thin add dmeventd supportZdenek Kabelac2011-12-211-0/+285
This is basic version with still few unresolved issue mainly in case, when the pool resize is failing.