mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
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())