1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/daemons
Zdenek Kabelac 5ea466673a dmeventd: convert union to struct members
Sharing char* with field has a problem in error path,
when we allocate event, but fail to allocate timeout string.
Instead of creating complicated error paths to resolve
it individually stop using unions, and let the resource
to be released in a simple _free_message().
2013-04-21 23:01:35 +02:00
..
clvmd clvmd: avoid logging in signal handler 2013-04-21 22:56:59 +02:00
cmirrord cmirrord: check for result of chdir 2012-08-23 14:37:20 +02:00
dmeventd dmeventd: convert union to struct members 2013-04-21 23:01:35 +02:00
lvmetad lvmetad: Fix a memory leak introduced in 15fdd5c90d. 2013-04-03 13:46:12 +02:00
Makefile.in Reflect new file locations, include file updates etc. 2012-02-28 18:35:04 +00:00