1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/dmeventd
AJ Lewis 8e6230ddd9 Change the multilog code to toggle between async and sync writes for all
log types.  This means the threaded_syslog type is no longer valid.  A new
fxn multilog_async is available to toggle between the two modes.  If an
app is compiled without pthreads and tries to use async logging, no logging
will occur while async is enabled.

dmeventd has been modified to use the new code

I'm not positive I like the way the async_logger code calls the log fxn,
but it works for now.  Suggestions for other ways to do it would be helpful
2005-05-25 21:08:36 +00:00
..
.exported_symbols o Build dmeventd against multilog 2005-04-28 22:47:52 +00:00
dmevent.c Exit after last unregister_for_event() 2005-05-20 13:53:26 +00:00
dmeventd.c Change the multilog code to toggle between async and sync writes for all 2005-05-25 21:08:36 +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