1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-25 01:34:38 +03:00
lvm2/daemons/dmeventd
Benjamin Marzinski b355dd7b23 fixed dmevent so that it doesn't do a double free when you run
# dmevent -l

Also, changed the behaviour of dm_get_registered_device(), so that it doesn't
change the pointer you passed in without freeing the memory on a non-next call,
and doesn't free your pointer without setting it to NULL on a failed next call.
2005-05-04 18:53:28 +00:00
..
.exported_symbols o Build dmeventd against multilog 2005-04-28 22:47:52 +00:00
dmevent.c fixed dmevent so that it doesn't do a double free when you run 2005-05-04 18:53:28 +00:00
dmeventd.c o stick multilog into the dm-event lib and dmeventd code again 2005-05-03 21:29:13 +00:00
Makefile.in o stick multilog into the dm-event lib and dmeventd code again 2005-05-03 21:29:13 +00:00
mktestdevices Prototype for a device-mapper event-handling daemon. 2005-04-27 22:32:00 +00:00
noop.c - make noop use multilog 2005-05-04 01:57:31 +00:00