mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
d54da54d67
o changed int dm_get_next_registered_device(char **dso_name, char **device, enum event_type *events); to int dm_get_registered_device(char **dso_name, char **device, enum event_type *events, int next) so that the daemon is able to retrive the next one of the list without running into locking issues. o changed dmevent.c to use dm_get_registered_device() o couldn't test this yet because of the comms issues (daemon exits in do_process_request()) |
||
---|---|---|
.. | ||
clvmd | ||
dmeventd | ||
Makefile.in |