1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm
Benjamin Marzinski 5469414bf8 Timeout event implementation:
The daemon side of this is mostly the same as the patch I sent out.  To select
a timeout period different than the default and to get the timeout period,
I added two library calls, dm_set_event_timeout() and dm_get_event_timeout().
If people are against them, the other option is to tack extra arguments onto
dm_regiser_for_event() and dm_get_registered_device().  I also added a
-t option to dmevent, so people can try out timeouts.
2005-06-09 18:40:49 +00:00
..
datastruct Basic support for mirrors. 2005-06-01 16:51:55 +00:00
ioctl Call dm_lib_exit() and dm_lib_release() automatically now. 2005-05-16 15:15:34 +00:00
.exported_symbols Add dm_task_no_open_count() to skip getting open_count. 2005-01-12 22:10:14 +00:00
libdevmapper.h Call dm_lib_exit() and dm_lib_release() automatically now. 2005-05-16 15:15:34 +00:00
libdm-common.c Add option to compile without ioctl for testing. 2005-01-27 16:16:54 +00:00
libdm-common.h.in Attempt to fix /dev/mapper/control transparently if it's wrong. 2005-01-06 18:22:44 +00:00
libdm-event.h Timeout event implementation: 2005-06-09 18:40:49 +00:00
libdm-file.c Add option to compile without ioctl for testing. 2005-01-27 16:16:54 +00:00
libdm-file.h Attempt to fix /dev/mapper/control transparently if it's wrong. 2005-01-06 18:22:44 +00:00
Makefile.in Prototype for a device-mapper event-handling daemon. 2005-04-27 22:32:00 +00:00